The code action for adding missing imports currently provides a list of possible matches, but all seem to use absolute paths :

This will not work for my packages. I would like an additional option which uses a relative path from the current file (i.e. import { TreeNodeBase } from './tree-node-base';)
I'm sure this request must be somewhere in the 2000+ issues but multiple keyword searches has failed to return a result.
The code action for adding missing imports currently provides a list of possible matches, but all seem to use absolute paths :
This will not work for my packages. I would like an additional option which uses a relative path from the current file (i.e.
import { TreeNodeBase } from './tree-node-base';)I'm sure this request must be somewhere in the 2000+ issues but multiple keyword searches has failed to return a result.