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
Not sure it makes sense for typescript.tsserver.nodePath. You can set this to "node" which will use the system node. Node paths can also be pretty consistent as long as you aren't going across operating systems
Problem
typescript.tsserver.nodePath
typescript.tsserver.pluginPaths
terminal.integrated.cwd
workbench.externalBrowser
Are local paths,
Thus could be different for each user's machine
Solution
Add
"ignoreSync" : true
totypescript.tsserver.nodePath
(typescript.tsserver.pluginPaths
already hasignoreSync
)terminal.integrated.cwd
workbench.externalBrowser
Related
ignoreSync
for path settings element vscode-remote-release#10333The text was updated successfully, but these errors were encountered: