mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Remove leftovers after vm crate move (#6279)
This commit is contained in:
5
vm/.gitignore
vendored
5
vm/.gitignore
vendored
@@ -1,5 +0,0 @@
|
||||
venv/
|
||||
tests/*.bytecode
|
||||
Cargo.lock
|
||||
python_compiler/target
|
||||
target/
|
||||
21
vm/sre_engine/.vscode/launch.json
vendored
21
vm/sre_engine/.vscode/launch.json
vendored
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Debug Unit Test",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"test",
|
||||
"--no-run"
|
||||
],
|
||||
"filter": {
|
||||
"kind": "test"
|
||||
}
|
||||
},
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user