microsoft / vscode-azurecli

VS Code extension for the Azure CLI 2.0
MIT License
71 stars 46 forks source link

Intellisense doesn't work if users home directory has space in it #68

Open hvcgi opened 4 years ago

hvcgi commented 4 years ago

Hi,

User's home folder is "c:\users\FIRSTNAME LASTNAME".

Intellisense shows "No suggestions." and on debug console there are couple of errors.

image

If user's home folder is changed to "c:\users\FIRSTNAMELASTNAME" Intellisense works ok. But after home folder rename lot of other applications stopped to work...

pfiadeiro commented 4 years ago

Also having the same issue as above. Any update on this item?

cottiar commented 2 years ago

Setting a shortcut on Windows with an argument to override the extensions location for VS Code - works. Example: Code.exe --extensions-dir "NewPath.vscode\extensions"