dotfiles/vscode/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.3.1/CHANGELOG.md
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

175 lines
6.3 KiB
Markdown

# Change Log
## [1.3.1]
- Fix timing issue when activating TypeScript/JavaScript plugin (fixes [#545](https://github.com/MicrosoftDocs/intellicode/issues/545))
## [1.3.0]
- Bug fix for Java support when model is incomplete. [redhat-developer/vscode-java#2966](https://github.com/redhat-developer/vscode-java/issues/2966)
- Update dependencies
- Deprecate non-pylance python support
- Deprecate service model in favor of bundled models
## [1.2.30]
- Adopt [new upstream API](https://github.com/eclipse/eclipse.jdt.ls/pull/2110) on Java language plugin.
## [1.2.29]
- Add 'IntelliCode API Usage Examples' docs to README.md
- Adopt upstream API changes on Java language plugin.
## [1.2.28]
- Update License
- Add 'IntelliCode API Usage Examples' to extension pack.
## [1.2.27]
- Minor improvements for TypeScript/JavaScript web support.
## [1.2.26]
- Add TypeScript/JavaScript support for VSCode.dev.
## [1.2.25]
- Add support for offline mode.
## [1.2.24]
- API Usage Examples promotion on by default for Typescript/Javascript users.
## [1.2.23]
- API Usage Examples promotion on by default for Python users.
## [1.2.22]
- Update deprecated libraries to their latest version.
## [1.2.21]
- Bug fixes for edge cases in prompt that promotes API examples extension.
## [1.2.20]
- Add Support for API Usage Examples promotion on Typescript/Javascript users.
## [1.2.19]
- Fixes missing typescript completion items issue [#311](https://github.com/MicrosoftDocs/intellicode/issues/311)
## [1.2.18]
- Updates for Java compatibility.
## [1.2.17]
- Bug fixes related to Linux runtime.
## [1.2.16]
- Misc bug fixes.
## [1.2.15]
- Added Model Service to IntelliCode main extension.
- Add IntelliCode API examples feature.
- Update IntelliCode License.
## [1.2.14]
- Support Workspace Trust [#287](https://github.com/MicrosoftDocs/intellicode/issues/287)
## [1.2.13]
- Add support for python 'Default' language server.
## [1.2.12]
- Minor improvements and bug fixes.
## [1.2.11]
- Performance improvements on the Java language plugin.
## [1.2.10]
- Python Deep Learning Model active by default on experimentation service.
- Update ONNX Runtime Package for WSL support.
## [1.2.9]
- Improved interaction between IntelliCode and Python Language Server.
- Update version of ONNXRuntime used for Python deep learning model.
## [1.2.8]
- Improved interaction between IntelliCode and Python Language Server.
## [1.2.7]
- Update Experimentation service library for Visual Studio Codespaces compatibility.
## [1.2.6]
- Fixes missing Java completion items. [#164](https://github.com/MicrosoftDocs/intellicode/issues/164)
## [1.2.5]
- Added bug fix for Python deep learning model when using Microsoft Windows Subsystem for Linux.
## [1.2.4]
- Added bug fixes for general experiments.
## [1.2.3]
- Added bug fixes for experimental deep learning model for Python.
## [1.2.2]
- Added experimental deep learning model for Python! [Read more](https://aka.ms/intellicode/vscode-experiments)
## [1.2.0]
- Added support for MSSQL! [Read more on the Visual Studio Blog](https://aka.ms/vsicsql)
## [1.1.9]
- Fixed regression when running on networks behind a proxy
## [1.1.8]
- Fix bug where languages would not always activate if you opened an existing workspace with several files in background editor tabs
- Remove prompts to install Python and Java extensions if they are missing since VS Code now recommends both extensions natively
## [1.1.7]
- Add `vsintellicode.modelDownloadPath` setting to override the directory where model files are downloaded. [#95](https://github.com/MicrosoftDocs/intellicode/issues/95)
- Bug fixes in TypeScript IntelliCode plugin, including:
- Fixes to usage telemetry
- Clarification of plugin logging in the TypeScript server log
- Add localization support
## [1.1.6]
- Improve workflow for acquiring missing dependent extensions for Python and Java
- Fix NullPointerException which broke completions in some Java scenarios
- Remove Preview branding and change publisher from Microsoft DevLabs to Microsoft
## [1.1.5]
- Fix Javadoc and initializer completion when IntelliCode is enabled
- Support upcoming versions of Microsoft Python Language Server
## [1.1.4]
- Fix race condition in Python activation that would occasionally result in an error
- Webpack extension sources to reduce extension size and load time
- Automatically set editor.suggestSelection to 'first' when it is set to 'recentlyUsed', instead of providing per-language defaults that are difficult to override. This will make it easier to use 'recentlyUsedByPrefix' with IntelliCode.
## [1.1.3]
- Activate IntelliCode extension for React files (.tsx and .jsx)
- Add `vsintellicode.typescript.completionsEnabled` setting which can be used to configure whether IntelliCode completions are enabled for TypeScript and JavaScript-based files (.js, .jsx, .ts, .tsx)
- Bug fixes for Java IntelliCode suggestions
## [1.1.2]
- Clean up unnecessary dependencies
- Update ThirdPartyNotice.txt
## [1.1.1]
- Updated model delivery service calls to match IntelliCode for Visual Studio
- Fix issue in Java IntelliCode support which caused fewer augmented completions in some situations
- Miscellaneous fixes to usage telemetry
## [1.1.0]
- Added support for TypeScript/JavaScript. [Read more on the Visual Studio Blog](https://aka.ms/vsicblog).
## [1.0.6]
- Added support for Java! [Read more on the Visual Studio Blog](https://aka.ms/vsicjava).
- Fixed issues that caused IntelliCode to not augment completions for Python
- Update version of `vscode-extension-telemetry` to 0.1.0
## [1.0.5]
- Fixed issue that caused IntelliCode to intermittently not load for Python due to startup synchronization issues
- Fixed issue that caused IntelliCode extension to stop offering completions for Python
- Update version of `vscode-extension-telemetry` to 0.0.22
## [1.0.4]
- Miscellaneous bug fixes & improvements
## [1.0.3]
- Show IntelliCode completions when assigning to multiple variables simultaneously
- Fix some literal types not showing IntelliCode completions
## [1.0.2]
- Added 'vsintellicode.python.completionsEnabled' setting which can be used to configure whether IntelliCode completions are enabled.
## [1.0.1]
- Initial release