survey-extraction/.vscode/settings.json
2025-03-12 15:43:57 +00:00

11 lines
No EOL
273 B
JSON

{
"jupyter.interactiveWindow.textEditor.executeSelection": true,
"python.REPL.sendToNativeREPL": true
// Hot reload setting that needs to be in user settings
// "jupyter.runStartupCommands": [
// "%load_ext autoreload", "%autoreload 2"
// ]
}