Skip to content

Latest commit

 

History

History
243 lines (143 loc) · 4.22 KB

CHANGELOG.md

File metadata and controls

243 lines (143 loc) · 4.22 KB

Change Log - typespec-vscode

This log was last generated on Tue, 07 Feb 2023 21:56:17 GMT and should not be manually modified.

0.40.0

Tue, 07 Feb 2023 21:56:17 GMT

Version update only

0.39.0

Fri, 13 Jan 2023 00:05:26 GMT

Updates

  • Internal: Update TS module resolution to node16
  • Internal: package with newest vsce

0.38.0

Wed, 07 Dec 2022 17:21:52 GMT

Patches

  • Update dependencies

0.17.0

Sat, 12 Nov 2022 00:14:04 GMT

Minor changes

  • Extension lookup for a local tsp compiler first instead of a global

Patches

  • Internal: Fix loading VS Code extension unbundled in F5 dev scenario

0.16.1

Wed, 12 Oct 2022 21:12:35 GMT

Patches

  • Fix preference documentation for tsp-server path configuration

0.16.0

Thu, 08 Sep 2022 01:04:53 GMT

Minor changes

  • Add support for ${workspaceFolder} interpolation in configuration. As workspaceRoot is deprecated by VSCode

Patches

  • Allow typespec.restartServer command to work when no .tsp file has been opened

0.15.2

Thu, 11 Aug 2022 19:05:23 GMT

Patches

  • Providing typespec.tsp-server.path option will force the specified compiler to be used

0.15.1

Fri, 08 Jul 2022 23:22:58 GMT

Version update only

0.15.0

Mon, 13 Jun 2022 23:42:28 GMT

Minor changes

  • Update tmLanguage grammar for operation signature support
  • Add semantic colorization

Patches

  • Improve error reporting when tsp-server is not found
  • Resolve issue with language-configuration.json being excluded from extension

Updates

  • Upgrade to TS4.7

0.14.0

Fri, 06 May 2022 17:19:57 GMT

Minor changes

  • 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

0.13.1

Thu, 31 Mar 2022 17:10:49 GMT

Version update only

0.13.0

Wed, 09 Mar 2022 17:42:09 GMT

Minor changes

  • Allow op interfaces
  • Add punctuation and additional fine grain scopes to grammar

0.12.1

Mon, 14 Feb 2022 03:01:08 GMT

Patches

  • Bump dependency versions

0.12.0

Fri, 04 Feb 2022 18:00:18 GMT

Minor changes

  • Add typespec project file to list of files watched

0.11.0

Wed, 01 Dec 2021 22:56:11 GMT

Minor changes

  • Add syntax highlighting code-fenced typespec blocks in markdown

Patches

  • Fix colorization of multiple mixes
  • Fix syntax highlighting of namespace-qualified decorator application
  • Update README

0.10.0

Thu, 11 Nov 2021 21:46:21 GMT

Minor changes

  • Change typespec.tsp-server.path should point to the @typespec/compiler package instead of tsp-server binary.

0.9.0

Fri, 15 Oct 2021 21:33:37 GMT

Minor changes

  • Added Language server support for directives
  • Add colorization for interfaces
  • Add colorization of union declarations

0.8.0

Tue, 10 Aug 2021 20:23:04 GMT

Minor changes

  • React to package renames

0.7.0

Mon, 02 Aug 2021 18:17:00 GMT

Minor changes

  • Rename ADL to TypeSpec

0.6.0

Fri, 09 Jul 2021 20:21:06 GMT

Minor changes

  • Add semantic analysis to language server

0.5.2

Thu, 24 Jun 2021 03:57:43 GMT

Patches

  • Handle untitled source files in VS Code

0.5.1

Tue, 18 May 2021 23:43:31 GMT

Patches

  • Fix issue launching adl-server on Mac OS

0.5.0

Thu, 06 May 2021 14:56:02 GMT

Minor changes

  • Implement alias and enum, remove model =

Patches

  • Update syntax highlighting for string literal change

0.4.5

Tue, 20 Apr 2021 15:23:29 GMT

Patches

  • Fix syntax highlighting for tuple expressions

0.4.4

Wed, 31 Mar 2021 22:00:43 GMT

Patches

  • Add syntax highlighting for import and using statements
  • Add VS Code configuration option for adl-server path
  • Use PList for textmate grammar

0.4.3

Fri, 26 Mar 2021 17:06:33 GMT

Patches

  • Fix commenting and indenting behaviors

0.4.2

Wed, 24 Mar 2021 18:40:21 GMT

Patches

  • Extract textmate generator to helper library

0.4.1

Tue, 23 Mar 2021 01:06:29 GMT

Patches

  • Remove unnecessary npm dependency

0.4.0

Tue, 16 Mar 2021 23:13:42 GMT

Minor changes

  • Introduce language server and add live parse errors to VS Code

Patches

  • Initial version of VS Code extension