Skip to content

Commit 3bdc49d

Browse files
refactor(vscode): rename python-nix-template
Signed-off-by: Cameron Smith <[email protected]>
1 parent 1ec32f0 commit 3bdc49d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"version": "0.1.0",
33
"configurations": [
44
{
5-
"name": "MyPackage: Debug CLI",
5+
"name": "python-nix-template: Debug CLI",
66
"type": "debugpy",
77
"request": "launch",
8-
"module": "mypackage",
8+
"module": "python_nix_template",
99
"args": [
1010
],
1111
"console": "integratedTerminal",

0 commit comments

Comments
 (0)