// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
"calva.replConnectSequences": [
{
"name": "vsc-et",
"projectType": "deps.edn",
"cljsType": "shadow-cljs",
"projectRootPath": ["."],
"autoSelectForConnect": true,
"menuSelections": {
"cljAliases": [],
"cljsDefaultBuild": ":extension",
"cljsLaunchBuilds": [":extension", ":test-watch", ":stdio-wrapper"]
}
}
],
"calva.customREPLCommandSnippets": [
{
"name": "Re-activate extension",
"key": ".",
"repl": "cljs",
"snippet": "(calva-backseat-driver.ex.ex/dispatch! (calva-backseat-driver.extension/extension-context) [[:app/ax.cleanup]]) (calva-backseat-driver.extension/activate (calva-backseat-driver.extension/extension-context))",
"evaluationSendCodeToOutputWindow": true
}
]
}