Skip to content

Commit

Permalink
vscode: Add some configOverrides
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Aug 6, 2024
1 parent 1838e4b commit 1ed42a4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@
"**/.ruff_cache": true
},
"esbonio.server.showDeprecationWarnings": true,
"esbonio.sphinx.configOverrides": {
// "extensions": [
// "sphinx.ext.autodoc",
// "sphinx.ext.intersphinx",
// "sphinx.ext.napoleon",
// "sphinx.ext.viewcode",
// "sphinx_design",
// "myst_parser",
// "cli_help",
// "collection_items",
// "domain",
// ],
// "html_theme": "alabaster",
// "html_theme_options": {},
},
"python.testing.pytestArgs": [
"lib/esbonio/tests"
],
Expand Down

0 comments on commit 1ed42a4

Please sign in to comment.