summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2022-11-22 14:07:43 -0600
committerMichael Hunteman <michael@huntm.net>2022-11-22 14:07:43 -0600
commit7ff5e12124aebe9255c7962ce6eb0ef49ceea9c1 (patch)
tree9ea31987bb6dd64c3d66e38ccbb5dc56a8fcdecf /.vscode
Initial commit
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..f571609
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,21 @@
+{
+ // 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": "Launch Current File",
+ "request": "launch",
+ "mainClass": "${file}"
+ },
+ {
+ "type": "java",
+ "name": "Launch Game",
+ "request": "launch",
+ "mainClass": "Game",
+ "projectName": "holdem_ed7e9667"
+ }
+ ]
+} \ No newline at end of file