- #3401 Update dependencies - May 2024
- #3533 Enhance logging and trace
- Support "Developer: Set Log Level..." command to filter logs in TypeSpec output channel
- Add "typespecLanguageServer.trace.server" config for whether and how to send the traces from TypeSpec language server to client. (It still depends on client to decide whether to show these traces based on the configured Log Level.)
- More logs and traces are added for diagnostic and troubleshooting
- #3385 Add 'TypeSpec: Show Output Channel' command in VSCode extension
- #3169 Update dependencies
- #3027 Update dependencies
- #2900 Update dependencies
- ba02533: Added icons to the extensions
Wed, 24 Jan 2024 05:46:53 GMT
Version update only
Wed, 24 Jan 2024 05:46:53 GMT
- Update dependencies
Wed, 06 Dec 2023 19:40:58 GMT
Version update only
Wed, 08 Nov 2023 00:07:17 GMT
TypeScript
usetypes
entry underexports
ofpackage.json
instead of legacytypesVersions
to provide the definition files
Wed, 11 Oct 2023 23:31:35 GMT
- Update dependencies
Tue, 12 Sep 2023 21:47:11 GMT
- Add colors definition for
param
Tue, 08 Aug 2023 22:32:10 GMT
Version update only
Tue, 11 Jul 2023 22:06:00 GMT
- Remove
mkdirp
dependencies and replace with built-inmkdir({recursive: true})
. - Update dependencies
Tue, 06 Jun 2023 22:44:16 GMT
Version update only
Wed, 10 May 2023 21:24:00 GMT
- Update dependencies
Tue, 11 Apr 2023 18:49:17 GMT
- Fix highlighting of TypeSpec code blocks in markdown.
Mon, 13 Mar 2023 21:30:44 GMT
Version update only
Fri, 03 Mar 2023 19:59:17 GMT
- Adding .cadl file support
- Revert back changelog
- Rename to TypeSpec
- Update homepage link
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 cadl 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 cadl-server path configuration
Thu, 08 Sep 2022 01:04:53 GMT
- Add support for
${workspaceFolder}
interpolation in configuration. AsworkspaceRoot
is deprecated by VSCode
- Allow cadl.restartServer command to work when no .cadl file has been opened
Thu, 11 Aug 2022 19:05:23 GMT
- Providing
cadl.cadl-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 cadl-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 cadl 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 cadl project file to list of files watched
Wed, 01 Dec 2021 22:56:11 GMT
- Add syntax highlighting code-fenced cadl 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
cadl.cadl-server.path
should point to the@cadl-lang/compiler
package instead ofcadl-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 Cadl
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