gradio/.vscode/settings.json
pngwn efdc3231a7
Initial SSR refactor (#9102)
* changes

* asd

* fix tests

* fix lint

* fix ts

* fix ts

* cleanup

* cleanup

* fix

* Apply suggestions from code review

Co-authored-by: Yuichiro Tachibana (Tsuchiya) <t.yic.yt@gmail.com>

* fix

* add changeset

* fix gitignore

* fix changeset

* fix lockfile

* format

* fix

* add changeset

* githunore

* kit bopilerplate

* add changeset

* fix website

* add changeset

---------

Co-authored-by: Yuichiro Tachibana (Tsuchiya) <t.yic.yt@gmail.com>
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
2024-08-14 15:17:36 +01:00

27 lines
985 B
JSON

{
"python.formatting.provider": "none",
"cssvar.files": ["./js/node_modules/pollen-css/pollen.css"],
"cssvar.ignore": [],
"cssvar.disableSort": true,
"cssvar.extensions": ["js", "css", "html", "jsx", "tsx", "svelte"],
"python.analysis.extraPaths": ["./gradio/themes/utils"],
"svelte.plugin.svelte.format.enable": true,
"svelte.plugin.svelte.diagnostics.enable": false,
"svelte.enable-ts-plugin": true,
"prettier.configPath": ".config/.prettierrc.json",
"prettier.ignorePath": ".config/.prettierignore",
"python.analysis.typeCheckingMode": "basic",
"python.testing.pytestArgs": ["."],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"eslint.validate": ["javascript", "typescript", "html", "markdown", "svelte"],
"eslint.experimental.useFlatConfig": true,
"eslint.options": {
"overrideConfigFile": "./.config/eslint.config.js"
},
"typescript.tsdk": "node_modules/typescript/lib",
"i18n-ally.localesPaths": [
"js/spa/src/lang"
]
}