mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
Deleted .vscode
This commit is contained in:
parent
d51bc3934f
commit
fbd0a3d1fd
3 changed files with 0 additions and 31 deletions
1
.vscode/.gitignore
vendored
1
.vscode/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
tags
|
23
.vscode/launch.json
vendored
23
.vscode/launch.json
vendored
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python: Current File",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"pythonPath": "${config:python.pythonPath}"
|
||||
},
|
||||
{
|
||||
"name": "Python: Terminal (integrated)",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"pythonPath": "${config:python.pythonPath}"
|
||||
}
|
||||
]
|
||||
}
|
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"python.venvPath": "${workspaceFolder}/ENV",
|
||||
"[python]": {
|
||||
"editor.formatOnSave": true
|
||||
},
|
||||
"python.pythonPath": "${workspaceFolder}/ENV/bin/python"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue