diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-01-20 19:26:03 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-01-20 19:26:03 +0200 |
| commit | 857071dd1e7a813924e3e17b77dc2782834bd1a2 (patch) | |
| tree | 9015370908947efdcaa0ed2377b3ca46f38ffe44 /.vscode/settings.json | |
| parent | 7f17974ba5ec82981b609c2b129d4459a42ba269 (diff) | |
Add build system
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f314e1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,11 @@ +{ + "emeraldwalk.runonsave": { + "commands": [ + { + "match": ".scm", + "isAsync": true, + "cmd": "'/Applications/Racket v8.11.1/bin/raco' fixw ${file}", + }, + ] + } +}
\ No newline at end of file |
