Open Malix-Labs opened 2 months ago
dev.containers.dockerPath
dev.containers.dockerComposePath
dev.containers.repositoryConfigurationPaths
remote.SSH.path
Are local paths, Thus could be different for each user's machine
Add "ignoreSync" : true to
"ignoreSync" : true
I couldn't find the difference between ignoreSync and the "machine" scope, so I asked for vscode's clarification (see https://github.com/microsoft/vscode-docs/issues/7638)
ignoreSync
Problem
dev.containers.dockerPath
dev.containers.dockerComposePath
dev.containers.repositoryConfigurationPaths
remote.SSH.path
Are local paths, Thus could be different for each user's machine
Solution
Add
"ignoreSync" : true
todev.containers.dockerPath
dev.containers.dockerComposePath
dev.containers.repositoryConfigurationPaths
remote.SSH.path
Related