:: commit 6df8bb0bd48adbb0463e87aff00e4e30bf45d0b4

Michael Jarvis <michael@jarvis.com> — 2022-05-10 20:30

parents: bf2f0e02fd

Developer IDE files should not be checked in :-)

(cherry picked from commit ce2a15dd2e8e7555c5cd0cf6a7389b95c2a11b1e)
diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644
index a5c06d2..0000000
--- a/.vscode/launch.json
+++ /dev/null
@@ -1,34 +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": "(gdb) Launch",
-            "type": "cppdbg",
-            "request": "launch",
-            "program": "${workspaceFolder}/bzip3",
-            "args": ["-e", "-b", "16", "-j", "2", "${workspaceFolder}/corpus/linux.tar", "${workspaceFolder}/corpus/linux.bz3"],
-            "stopAtEntry": false,
-            "cwd": "${fileDirname}",
-            "environment": [],
-            "externalConsole": false,
-            "MIMode": "gdb",
-            "setupCommands": [
-                {
-                    "description": "Enable pretty-printing for gdb",
-                    "text": "-enable-pretty-printing",
-                    "ignoreFailures": true
-                },
-                {
-                    "description":  "Set Disassembly Flavor to Intel",
-                    "text": "-gdb-set disassembly-flavor intel",
-                    "ignoreFailures": true
-                }
-            ]
-        }
-
-
-    ]
-}
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 4e4868a..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-    "files.associations": {
-        "srt.h": "c",
-        "rle.h": "c",
-        "cm.h": "c",
-        "stdint.h": "c",
-        "common.h": "c",
-        "libsais.h": "c",
-        "cstring": "c",
-        "variant": "c",
-        "strstream": "c",
-        "*.tcc": "c",
-        "bitset": "c",
-        "fstream": "c",
-        "istream": "c",
-        "sstream": "c",
-        "streambuf": "c",
-        "config.h": "c",
-        "intrin.h": "c",
-        "signal.h": "c",
-        "time.h": "c",
-        "libbz3.h": "c"
-    }
-}
\ No newline at end of file
tab: 248 wrap: offon