Skip to content

Commit

Permalink
Remove harcoded paths from vscode workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Dec 26, 2024
1 parent 05aa4da commit 772c4dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
],
"cwd": "${workspaceFolder:root}",
"initCommands": [
"settings set target.process.stop-on-exec false",
"command script import /data/secured/home/serj/Qt/Tools/QtCreator/share/qtcreator/debugger/lldbbridge.py"
"settings set target.process.stop-on-exec false"
],
"sourceMap": {
"/home/qt/work/qt": "$${QT_INSTALL}/../Src"
Expand Down

0 comments on commit 772c4dd

Please sign in to comment.