Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Peet <connor@peet.io>2021-07-09 22:46:47 +0300
committerConnor Peet <connor@peet.io>2021-07-09 22:56:02 +0300
commit126218be8798646ca3b36dd13d4702a380d98b3f (patch)
treebedca23fd52664f2225a6fa64fe93d83ee10e96a /.vscode/launch.json
parent9044b2c162c8cb5813f58de3157a9bb58ca147f5 (diff)
main: add a lockfile, and set the user data dir while debugging
See https://github.com/microsoft/vscode/issues/127861#issuecomment-877417451
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 4e450e9e696..50cd6134a36 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -219,7 +219,7 @@
"cascadeTerminateToConfigurations": [
"Attach to Extension Host"
],
- "userDataDir": false,
+ "userDataDir": "${workspaceFolder}/.profile-oss",
"pauseForSourceMap": false,
"outFiles": [
"${workspaceFolder}/out/**/*.js"