survey-extraction/.vscode/settings.json
2025-04-25 11:40:50 +00:00

12 lines
No EOL
312 B
JSON

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