summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-04-23 00:24:42 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-04-23 00:24:42 -0600
commita1c15f046183373baf5deb66e77188e656806fb7 (patch)
treefc1a7f584e67dc583d335f09d5271a45ff7d9df4 /.vscode/launch.json
parent5f28f80c4e25a56cd444914c2f0b3da5e7fdb088 (diff)
downloadcminus-main.tar.gz
cminus-main.zip
squash all the thingsHEADmain
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644
index 8fbb478..0000000
--- a/.vscode/launch.json
+++ /dev/null
@@ -1,28 +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": [
- {
- "type": "java",
- "name": "Main",
- "request": "launch",
- "mainClass": "main.Main",
- "projectName": "p5-compiler_25e45799"
- },
- {
- "type": "java",
- "name": "Main",
- "request": "launch",
- "mainClass": "Main",
- "projectName": "p5-compiler_25e45799"
- },
- {
- "type": "java",
- "name": "Current File",
- "request": "launch",
- "mainClass": "${file}"
- }
- ]
-}