Skip to content

Commit 3187ca7

Browse files
feat(Wind): Add chat language models and agent plugins home to sandbox config
Add `languageModelsResource` (path `/User/chatLanguageModels.json`) and `agentPluginsHome` (path `/User/agent-plugins`) to the sandbox configuration in ResolveConfiguration, extending the resource mapping for both the empty and full config presets. These entries follow the existing `mcpResource` pattern, using the `vscode-userdata` scheme. Reformat all ESBuild configuration modules under `Configuration/ESBuild/`, `Source/ESBuild.js`, and the barrel files to use 2-space indentation, reverting the tab conversion from the previous commit. Import ordering is adjusted to place external modules before local ones, and export blocks are consolidated to multi-line form across all affected files. No pipeline-affecting changes to the build configuration.
1 parent 7eb148f commit 3187ca7

11 files changed

Lines changed: 226 additions & 212 deletions

File tree

Configuration/ESBuild/Config/BaseConfig.js

Lines changed: 48 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Configuration/ESBuild/Config/CompileConfig.js

Lines changed: 13 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Configuration/ESBuild/Config/TargetConfig.js

Lines changed: 49 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Configuration/ESBuild/Constant/BoundConstant.js

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Configuration/ESBuild/Constant/EnvironmentConstant.js

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Configuration/ESBuild/Constant/PathConstant.js

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Configuration/ESBuild/Target.js

Lines changed: 11 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Configuration/ESBuild/Wind.js

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Configuration/ESBuild/index.js

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)