Matt Bierner
b63dd77718
Remove TS extension's use of resolver proposal ( #168371 )
...
Fixes #164039
2022-12-08 01:16:19 +01:00
Matt Bierner
7f99b7c655
Remove references to finalized proposals in js/ts ( #164040 )
2022-10-19 13:23:48 -04:00
Johannes Rieken
77309b33d4
add WorkspaceEditMetadata and use it for applyEdit, ( #160996 )
...
* add `WorkspaceEditMetadata` and use it for `applyEdit`,
https://github.com/microsoft/vscode/issues/112109
* fix compilo in tests
* workspace edits from updating paths are marked as refactoring fyi @mjbvz
2022-09-16 09:44:19 +02:00
Matt Bierner
a068ebee8d
Finalize markdownstring.baseUri
...
Fixes #142051
2022-03-01 15:48:53 -08:00
Matt Bierner
69896100ed
Add MarkdownString.baseUri proposal ( #142055 )
...
For #142051
2022-02-03 08:51:49 -08:00
Tyler Leonhardt
e15397d2bb
finalize quickpick API
2022-01-21 14:08:20 -08:00
Matt Bierner
9939a82851
Add separator for TS version quick pick
2021-11-19 15:13:02 -08:00
Johannes Rieken
09c9d4c293
use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165
2021-11-12 11:05:57 +01:00
Johannes Rieken
a4d426a1c2
split vscode.proposed.d.ts into a file per proposal, https://github.com/microsoft/vscode/issues/131165
2021-11-12 09:48:17 +01:00
Johannes Rieken
64da3b132b
move languageStatus API proposal into its own file, adopt TypeScript usage, https://github.com/microsoft/vscode/issues/131165
2021-11-11 16:21:59 +01:00
Johannes Rieken
68e819043c
use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files
2021-11-09 15:53:35 +01:00
Johannes Rieken
9254a8cd27
move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165
2021-11-09 15:00:03 +01:00
Matt Bierner
50ac52ca92
Add explicit list of types
2021-07-22 17:53:53 -07:00
Matt Bierner
119581fc2a
Use more standard name for shared extension tsconfig
...
This enables Intellisense in the `tsconfig.base` file
2021-04-12 15:58:38 -07:00
Matt Bierner
e6a13fb134
Remove work around for TS not supporting paths on its own
2020-12-09 18:19:14 -08:00
Matt Bierner
5b284c140c
Build TS extension against current vscode.d.ts directly
...
Currently extensions like TS have a dev dependency on the `"vscode"` package. This pulls in a copy of `vscode.d.ts` that we end up using instead of our local `vscode.d.ts`.
This change uses the `paths` `tsconig` option so that we use our local `vscode.d.ts` instead of the one from `node_modules`
2020-02-04 16:15:58 -08:00
Matt Bierner
402106a699
Introduce a shared tsconfig for extensions
...
Setup a baseline tsconfig for extensions to extend. This will help make sure thatof our built-in extensions are using the recommended settings for target and so on. it also reduces duplicated code and will make updating tsconfig settings easier
2018-10-01 16:35:43 -07:00
Matt Bierner
0b655c0603
Rename typescript to typescript-language-features
2018-03-23 13:31:29 -07:00