Skip to content

Commit

Permalink
chore(retspy): configure workspace settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wvenialbo committed Sep 13, 2024
1 parent eb8f1c9 commit fe45347
Showing 1 changed file with 30 additions and 25 deletions.
55 changes: 30 additions & 25 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
"coverage-gutters.coverageReportFileName": "./htmlcov/index.html",
"coverage-gutters.coverageBaseDir": "./",
// Python debugging tools settings
"python.terminal.activateEnvironment": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"python.terminal.executeInFileDir": true,
"terminal.integrated.defaultProfile.windows": "PowerShell",
Expand Down Expand Up @@ -363,55 +364,59 @@
"jsonc",
"python",
"toml",
"yaml"
"yaml",
],
"cSpell.words": [
"cSpell.ignoreWords": [
"Colmax",
"excepthook",
"GITHUB",
"KHTML",
"levelname",
"levelno",
"monitoramento",
"positionals",
"referer",
"retspy",
"RETSPy",
"SEDEST",
"simepar",
"sinarame",
"sustentável",
],
"cSpell.userWords": [
"Anguil",
"Aroeira",
"Cascavel",
"Colmax",
"Ezeiza",
"Irigoyen",
"Lomitas",
"Neuquén",
"Patquía",
"Venialbo",
"Villamayor",
],
"cSpell.words": [
"configurarlo",
"creabilidad",
"doppler",
"escribible",
"excepthook",
"Ezeiza",
"formateador",
"GITHUB",
"indexación",
"indexador",
"inicialización",
"instanció",
"Irigoyen",
"iterador",
"KHTML",
"levelname",
"levelno",
"Lomitas",
"manejador",
"Monitoramento",
"monitoreo",
"Neuquén",
"nulificable",
"Patquía",
"positionals",
"referer",
"reintento",
"reintentos",
"retspy",
"RETSPy",
"SEDEST",
"serialización",
"simepar",
"sinarame",
"sobrescribirlo",
"subsección",
"subsecciones",
"Sustentável",
"Venialbo",
"Villamayor"
],
// VSCode specifics settings
"json.schemaDownload.enable": true,
// End of settings.json
}
}

0 comments on commit fe45347

Please sign in to comment.