You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a workspace with multiple root folders in it. They represent a couple different Deno projects, a couple of Node projects, and some other non-JS projects. The Deno projects have different, separate import maps, yet I am unable to specify an import map at the folder level. Only the following settings are available:
It appears to be possible to set import map only at the workspace level.
To Reproduce
Create a workspace and add multiple root Deno folders to it.
Go into VS code settings and select one of the folders
Look at Deno settings.
Expected behavior
I can set import maps at the root folder level.
Versions
vscode: 1.68.1 deno: 1.25.4 extension: 3.13.1
The text was updated successfully, but these errors were encountered:
khaled
changed the title
Can't specify import map on a per workspace folde rbasis
Can't specify import map on a per workspace folder basis
Oct 5, 2022
At a fundamental level this is a duplicate of denoland/deno#14245. It is a design limitation in that there is one configuration per running language server, and there is only one running language server per workspace, and the referenced issue would make varying the active configuration per workspace folder possible. Challenge is it is not a small piece of work.
I've got a workspace with multiple root folders in it. They represent a couple different Deno projects, a couple of Node projects, and some other non-JS projects. The Deno projects have different, separate import maps, yet I am unable to specify an import map at the folder level. Only the following settings are available:
It appears to be possible to set import map only at the workspace level.
To Reproduce
Expected behavior
I can set import maps at the root folder level.
Versions
vscode: 1.68.1 deno: 1.25.4 extension: 3.13.1
The text was updated successfully, but these errors were encountered: