mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
delete vscode related files from repo
This commit is contained in:
parent
50498d3cd4
commit
001ead91ed
3
.gitignore
vendored
3
.gitignore
vendored
@ -53,3 +53,6 @@ Session.vim
|
||||
*~
|
||||
|
||||
/pipreqs/*.bak
|
||||
|
||||
# vscode gitignore
|
||||
.vscode/*
|
18
.vscode/launch.json
vendored
18
.vscode/launch.json
vendored
@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user