Changed working directory setting to .. instead of absolute path

This commit is contained in:
dexy
2020-02-25 03:22:47 +11:00
Unverified
parent c9b69bd6b7
commit a18d99086b
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"profiles": {
"CodeWalker": {
"commandName": "Project",
"workingDirectory": "C:\\GitHub\\CodeWalker"
"workingDirectory": ".."
}
}
}