Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignoreSync for path settings element #230047

Open
Malix-Labs opened this issue Sep 28, 2024 · 2 comments
Open

ignoreSync for path settings element #230047

Malix-Labs opened this issue Sep 28, 2024 · 2 comments
Assignees

Comments

@Malix-Labs
Copy link
Contributor

Malix-Labs commented Sep 28, 2024

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 to

  • typescript.tsserver.nodePath (typescript.tsserver.pluginPaths already has ignoreSync)
  • terminal.integrated.cwd
  • workbench.externalBrowser

Related

@Malix-Labs
Copy link
Contributor Author

I couldn't find the difference between ignoreSync and the "machine" scope, so I asked for vscode's clarification (see microsoft/vscode-docs#7638)

@mjbvz
Copy link
Collaborator

mjbvz commented Oct 29, 2024

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

@mjbvz mjbvz assigned rzhao271 and Tyriar and unassigned mjbvz Oct 29, 2024
@rzhao271 rzhao271 assigned sandy081 and unassigned rzhao271 Oct 29, 2024
@sandy081 sandy081 removed their assignment Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants