This log was last generated on Tue, 07 Feb 2023 21:56:17 GMT and should not be manually modified.
Tue, 07 Feb 2023 21:56:17 GMT
Version update only
Fri, 13 Jan 2023 00:05:26 GMT
- Internal: Update TS module resolution to node16
- Internal: package with newest vsce
Wed, 07 Dec 2022 17:21:52 GMT
- Update dependencies
Sat, 12 Nov 2022 00:14:04 GMT
- Extension lookup for a local tsp compiler first instead of a global
- Internal: Fix loading VS Code extension unbundled in F5 dev scenario
Wed, 12 Oct 2022 21:12:35 GMT
- Fix preference documentation for tsp-server path configuration
Thu, 08 Sep 2022 01:04:53 GMT
- Add support for
${workspaceFolder}
interpolation in configuration. AsworkspaceRoot
is deprecated by VSCode
- Allow typespec.restartServer command to work when no .tsp file has been opened
Thu, 11 Aug 2022 19:05:23 GMT
- Providing
typespec.tsp-server.path
option will force the specified compiler to be used
Fri, 08 Jul 2022 23:22:58 GMT
Version update only
Mon, 13 Jun 2022 23:42:28 GMT
- Update tmLanguage grammar for operation signature support
- Add semantic colorization
- Improve error reporting when tsp-server is not found
- Resolve issue with
language-configuration.json
being excluded from extension
- Upgrade to TS4.7
Fri, 06 May 2022 17:19:57 GMT
- Color decorators differently than operations
- Uptake
mixes
->extends
rename - Update
language-configuration.json
to newer format and generate it from typespec language server data - Remove node 14 support
- Add command to restart language server
Thu, 31 Mar 2022 17:10:49 GMT
Version update only
Wed, 09 Mar 2022 17:42:09 GMT
- Allow
op
interfaces - Add punctuation and additional fine grain scopes to grammar
Mon, 14 Feb 2022 03:01:08 GMT
- Bump dependency versions
Fri, 04 Feb 2022 18:00:18 GMT
- Add typespec project file to list of files watched
Wed, 01 Dec 2021 22:56:11 GMT
- Add syntax highlighting code-fenced typespec blocks in markdown
- Fix colorization of multiple mixes
- Fix syntax highlighting of namespace-qualified decorator application
- Update README
Thu, 11 Nov 2021 21:46:21 GMT
- Change
typespec.tsp-server.path
should point to the@typespec/compiler
package instead oftsp-server
binary.
Fri, 15 Oct 2021 21:33:37 GMT
- Added Language server support for directives
- Add colorization for interfaces
- Add colorization of union declarations
Tue, 10 Aug 2021 20:23:04 GMT
- React to package renames
Mon, 02 Aug 2021 18:17:00 GMT
- Rename ADL to TypeSpec
Fri, 09 Jul 2021 20:21:06 GMT
- Add semantic analysis to language server
Thu, 24 Jun 2021 03:57:43 GMT
- Handle untitled source files in VS Code
Tue, 18 May 2021 23:43:31 GMT
- Fix issue launching adl-server on Mac OS
Thu, 06 May 2021 14:56:02 GMT
- Implement alias and enum, remove model =
- Update syntax highlighting for string literal change
Tue, 20 Apr 2021 15:23:29 GMT
- Fix syntax highlighting for tuple expressions
Wed, 31 Mar 2021 22:00:43 GMT
- Add syntax highlighting for import and using statements
- Add VS Code configuration option for adl-server path
- Use PList for textmate grammar
Fri, 26 Mar 2021 17:06:33 GMT
- Fix commenting and indenting behaviors
Wed, 24 Mar 2021 18:40:21 GMT
- Extract textmate generator to helper library
Tue, 23 Mar 2021 01:06:29 GMT
- Remove unnecessary npm dependency
Tue, 16 Mar 2021 23:13:42 GMT
- Introduce language server and add live parse errors to VS Code
- Initial version of VS Code extension