mirror of
https://github.com/exo-explore/exo.git
synced 2026-04-21 06:18:15 -04:00
## Changes Mostly chore changes around vscode and jetbrains workspace settings, and some basedpyright settings tweaks, to allow direnv to work and nixd autocomplete with flake parts to work
12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"recommendations": [
|
|
"detachhead.basedpyright",
|
|
"ms-python.python",
|
|
"jnoortheen.nix-ide"
|
|
],
|
|
"unwantedRecommendations": [
|
|
"ms-python.vscode-pylance",
|
|
"ms-python.pyright",
|
|
"ms-python.mypy-type-checker"
|
|
]
|
|
} |