delete vscode related files from repo

This commit is contained in:
adeadfed 2023-03-29 00:28:17 +02:00
parent 50498d3cd4
commit 001ead91ed
2 changed files with 3 additions and 18 deletions

3
.gitignore vendored
View File

@ -53,3 +53,6 @@ Session.vim
*~
/pipreqs/*.bak
# vscode gitignore
.vscode/*

18
.vscode/launch.json vendored
View File

@ -1,18 +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}",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}\\pipreqs",
"justMyCode": true,
"args": ["C:/Users/Strawberry/Desktop/projects/pipreqs-vulnerable", "--print"]
}
]
}