Martin Aeschlimann
02e8bd149c
Merge pull request #144759 from microsoft/aeschli/hcLightThemeKind
...
Add high contrast light theme kind
2022-03-16 16:41:22 +01:00
rebornix
157cba093c
fix #140673 .
2022-03-15 17:01:33 -07:00
Aaron Munger
70182c038f
Merge pull request #144789 from amunger/aamunger/CreateNotebook
...
include 'create notebook' in the command pallette
2022-03-15 15:29:17 -07:00
Jackson Kearl
2626c7f17c
Fix #145135
2022-03-15 12:25:31 -07:00
Benjamin Pasero
15d081c5d7
Merge pull request #145136 from microsoft/ben/history
...
Add support for a local file history in timeline view
2022-03-15 17:01:00 +01:00
Logan Ramos
ed5a545047
Fix #145111
2022-03-15 09:55:57 -04:00
Martin Aeschlimann
596181cb26
Merge branch 'main' into aeschli/hcLightThemeKind
2022-03-15 14:20:31 +01:00
Alex Ross
57f7768917
Update Swift grammar
2022-03-15 11:05:34 +01:00
Benjamin Pasero
c0b8e90b2e
Merge branch 'main' into ben/history
2022-03-14 20:02:35 +01:00
Ladislau Szomoru
43ebce7ce2
Use markdown for the timeline hover ( #145038 )
2022-03-14 19:53:24 +01:00
Logan Ramos
53aaa205e6
Fix #144605
2022-03-14 13:26:45 -04:00
Martin Aeschlimann
56923ecc5e
Merge pull request #145004 from Semphriss/update-seti-13mar2022
...
Update Seti theme
2022-03-14 15:44:21 +01:00
Semphris
9212c3db3b
Update Seti theme
2022-03-14 08:46:37 -04:00
最萌小汐
9422f0a568
update Lua-grammar ( #144975 )
...
* update Lua-grammar
* Update test
Co-authored-by: Alex Ross <alros@microsoft.com >
2022-03-14 13:10:21 +01:00
Benjamin Pasero
eda6a6090e
history - implement interop between git and local history
2022-03-11 13:44:43 +01:00
David Dossett
502276a3d6
Revert foreground change
2022-03-10 16:41:51 -08:00
David Dossett
9d5ed4f105
Update standalone theme
2022-03-10 16:02:07 -08:00
David Dossett
458a294bbb
Update debug color registrations
2022-03-10 15:43:08 -08:00
David Dossett
f1bb9324d7
Update git color contributions
2022-03-10 15:33:21 -08:00
David Dossett
4aefe50b1f
Update testing color registrations
2022-03-10 15:26:59 -08:00
David Dossett
79bbc88d0c
Update settings editor registrations
2022-03-10 15:24:27 -08:00
David Dossett
8348698b2b
Update welcome page registrations
2022-03-10 15:22:01 -08:00
David Dossett
bf123cb4ae
Update extension icon registrations
2022-03-10 15:20:36 -08:00
David Dossett
42e7f2d8ff
Update peek view color registrations
2022-03-10 15:17:11 -08:00
David Dossett
06ac63deaf
Update terminal color registry
2022-03-10 15:09:06 -08:00
David Dossett
e5a0b195fe
Update more color registries
2022-03-10 14:58:39 -08:00
David Dossett
100b38ce7a
Update colorRegistry
2022-03-10 11:59:11 -08:00
Robo
32d40cf44e
chore: update to electron 17 ( #143223 )
...
* chore: bump electron@17.0.0
* Revert "chore: revert to electron@13 (#143851 )"
This reverts commit df645f1450 .
* chore: bump electron@17.1.0
* Revert "ci: fix build with latest node-gyp"
This reverts commit c3e948aa30 .
* chore: revert ci changes for node v16
* chore: update yarn.lock
* chore: bump electron@17.1.1
2022-03-11 00:51:37 +09:00
Alex Ross
c2b51748cf
Investigate potential rst grammar to include as a built-in extension ( #144680 )
2022-03-10 15:07:28 +01:00
Matt Bierner
71c0686d04
Use lowercase preserve for jsxemit
...
This matches what the tsconfig schema expects
2022-03-09 14:38:13 -08:00
Matt Bierner
b3832713db
Use esnext as implicit js/ts module
...
For https://github.com/microsoft/TypeScript/issues/46698
Also adds new settings for the target and module in implicit projects
2022-03-09 14:33:37 -08:00
aamunger
3b9868b099
include 'create notebook' in the command pallette
2022-03-09 13:39:16 -08:00
Ladislau Szomoru
fa5aa53695
Revert "Fix #121914 "
...
This reverts commit 6011bf7e7a .
2022-03-09 20:28:36 +01:00
Rob Lourens
5a7db04b89
Fix #144043
2022-03-09 10:49:08 -08:00
Martin Aeschlimann
1c4ffb26d9
preferredHighContrastLightTheme setting and more changes
2022-03-09 14:45:14 +01:00
Quan Zhuo
f57c9e5bf5
#144671 , fix some non localized strings in git extension ( #144712 )
...
Signed-off-by: Quan Zhuo <quanzhuo@kylinos.cn >
2022-03-09 11:50:55 +01:00
Christof Marti
0a138fbe26
Support @prerelease ( #143540 )
2022-03-09 08:35:30 +01:00
Matt Bierner
9d41c706c6
Allow manually restarting TS Server even if it has crashed too many times
...
Currently if the server crashes too many times, the user has to restart VS Code. It's possible the user could fix something (such as a bad plugin) and then run this command to just restart the server without needing to restart the entire editor
2022-03-08 18:48:48 -08:00
Matt Bierner
886ab06860
Try to have more explicit error when we don't have a server
...
Fixes #143032
This change removes a call that would automatically restart the TS server when invoking a command. Instead we now return a `NoServer` response
When this happens, the server still should be restarted. This change stops us from logging a large number of errors when we get into this state where the server has crashed too many times and we no longer want to automatically restart it
2022-03-08 18:48:48 -08:00
Matt Bierner
bd36b7d6a3
Make sure we set html on markdown preview when it is not visible
...
Fixes #138630
If the webview does not exist, we need to update the html on it instead of posting a message to it. This makes sure the correct content is shown when the webview is created again
This also removes a previous workaround for this issue that I no longer believe is required
2022-03-08 18:08:47 -08:00
Matt Bierner
eaf352e6d1
Hook up watch properly for extension build scripts
2022-03-08 17:54:16 -08:00
Matt Bierner
78e1b3cca8
Bump highlight JS version
2022-03-08 16:27:42 -08:00
Matt Bierner
fb6cf37ea9
Move simple-browser to use esbuild for webview scripts
2022-03-08 16:23:14 -08:00
Matt Bierner
2f48496d2b
Switch the markdown preview script to use esbuild
2022-03-08 15:48:13 -08:00
Matt Bierner
79d381f1df
Use vscode-uri instead of node's path
...
This makes sure we handle other types of uris instead of assuming they are all file uris
2022-03-08 15:48:13 -08:00
Matt Bierner
7f39250d49
Remove extra spread
2022-03-08 14:51:45 -08:00
Matt Bierner
eb6050d8a8
Preserve path item details for JS/TS completions
...
Fixes #144455
2022-03-08 14:33:26 -08:00
Martin Aeschlimann
9245f60f40
Add hc light theme kind
2022-03-08 17:05:33 +01:00
Christof Marti
733bf1d58e
Add support for definitions nested in .devcontainer
2022-03-08 11:15:34 +01:00
Ondrej Medek
529cc9c859
fix markdownDescription for javascript.suggest.jsdoc.generateReturns ( #144486 )
2022-03-07 17:12:55 -08:00