Initialer Import der Synology Scripts
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Python: Current File",
|
||||
"type": "shell",
|
||||
"command": "${command:python.interpreterPath} ${file}",
|
||||
"args": [],
|
||||
"group": "build"
|
||||
},
|
||||
{
|
||||
"label": "Python: Main File",
|
||||
"type": "shell",
|
||||
"command": "${command:python.interpreterPath} ${workspaceFolder}/main.py",
|
||||
"args": [],
|
||||
"group": "build"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user