Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nctool
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andri Joos
nctool
Commits
d8c9f3c8
Commit
d8c9f3c8
authored
1 year ago
by
Andri Joos
Browse files
Options
Downloads
Patches
Plain Diff
update paths in launch.json
parent
116d35db
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.vscode/launch.json
+3
-3
3 additions, 3 deletions
.vscode/launch.json
with
3 additions
and
3 deletions
.vscode/launch.json
+
3
−
3
View file @
d8c9f3c8
...
...
@@ -8,7 +8,7 @@
"name"
:
"Python: upload"
,
"type"
:
"python"
,
"request"
:
"launch"
,
"program"
:
"main.py"
,
"program"
:
"
nctool/
main.py"
,
"console"
:
"integratedTerminal"
,
"justMyCode"
:
true
,
"args"
:
[
...
...
@@ -27,7 +27,7 @@
"name"
:
"Python: upload public link"
,
"type"
:
"python"
,
"request"
:
"launch"
,
"program"
:
"main.py"
,
"program"
:
"
nctool/
main.py"
,
"console"
:
"integratedTerminal"
,
"justMyCode"
:
true
,
"args"
:
[
...
...
@@ -44,7 +44,7 @@
"name"
:
"Python: download"
,
"type"
:
"python"
,
"request"
:
"launch"
,
"program"
:
"main.py"
,
"program"
:
"
nctool/
main.py"
,
"console"
:
"integratedTerminal"
,
"justMyCode"
:
true
,
"args"
:
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment