1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

Deleted .vscode

This commit is contained in:
Bumsik Kim 2018-05-21 18:16:53 -04:00
parent d51bc3934f
commit fbd0a3d1fd
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
3 changed files with 0 additions and 31 deletions

1
.vscode/.gitignore vendored
View file

@ -1 +0,0 @@
tags

23
.vscode/launch.json vendored
View file

@ -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}"
}
]
}

View file

@ -1,7 +0,0 @@
{
"python.venvPath": "${workspaceFolder}/ENV",
"[python]": {
"editor.formatOnSave": true
},
"python.pythonPath": "${workspaceFolder}/ENV/bin/python"
}