Commit graph

94246 commits

Author SHA1 Message Date
Rob Lourens 44223839d0 Fix #144112 2022-03-09 16:33:59 -08:00
Rob Lourens 12f0c7bfdc Bump @vscode/ripgrep 2022-03-09 16:03:15 -08:00
Andre Weinand 5cf9d173cb
DAP 1.55.0-pre.1 2022-03-09 23:38:54 +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
rebornix 560c458387
Revert "experiment running notebooks in dedicated process."
This reverts commit 24344687a2.
2022-03-09 13:34:13 -08:00
Alex Dima d1e59b8fc5
Move Monaco Editor checks to a separate GH action 2022-03-09 22:24:06 +01:00
Sandeep Somavarapu dffa71af99
show reload button when extension with different targetplatform is updated 2022-03-09 22:18:16 +01:00
Sandeep Somavarapu d282cd8625
consider target platform while installing, uninstalling and loading extensions 2022-03-09 22:11:16 +01:00
Alex Dima 5c20802742
Fixes #144518: Improve activation logic around handling dependencies 2022-03-09 21:42:59 +01:00
rebornix 24344687a2
experiment running notebooks in dedicated process. 2022-03-09 12:08:16 -08:00
Alex Dima d7ffa37a73
Add tests for ExtensionsActivator 2022-03-09 21:03:14 +01:00
Alex Dima 61ad5b6eef
Consider error-telemetry to be a type label 2022-03-09 21:03:13 +01: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
meganrogge 04850d10a8
xterm@4.19.0-beta.2 fix #144142 2022-03-09 12:46:56 -06:00
isidor a8ed28d4c8
update distro 2022-03-09 19:17:40 +01:00
Johannes bb1b3c3955
add trace logging for notebook serializer 2022-03-09 16:38:45 +01:00
Alex Ross b890074c91
Reveal comment threads in active diff editor from view
Part of #143948
2022-03-09 16:17:00 +01:00
Alex Ross c0d5f3efb6
Show comments view when file with comments is opened
Fixes #143948
2022-03-09 15:45:56 +01:00
isidor c08eb19479
update distro 2022-03-09 13:58:41 +01:00
Johannes d4c26aa154
a little more jsdoc, https://github.com/microsoft/vscode/issues/144662 2022-03-09 13:29:19 +01:00
Johannes d898eb7689 some jsdoc for https://github.com/microsoft/vscode/issues/144662 2022-03-09 13:15:21 +01:00
Johannes Rieken 3f257add04
Merge pull request #144679 from microsoft/joh/notebookDocumentEvents 2022-03-09 12:18:02 +01:00
Johannes Rieken 9dc64401c3
don't check feature registry if there are smart select providers, there is always the word based one, https://github.com/microsoft/vscode/issues/144297 2022-03-09 12:14:15 +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
Martin Aeschlimann fdd50bee3c
Merge pull request #144732 from cbliard/better-doc-for-editor-fold-selection-lines
Add expected type for selectionLines property of editor.fold command
2022-03-09 11:25:09 +01:00
Christophe Bliard 6402452a2e Add expected type for selectionLines property of editor.fold command 2022-03-09 09:02:14 +01:00
Christof Marti 0a138fbe26 Support @prerelease (#143540) 2022-03-09 08:35:30 +01:00
Johannes Rieken af79d2108d
Merge branch 'main' into joh/notebookDocumentEvents 2022-03-09 08:33:16 +01:00
Jackson Kearl ad00660de0
Revert "Improve Nest Rendering"
Concerns were raised over the removing of file icons entirely.
Will be out for next few days so reverting this to explore more when I get back.

This reverts commit c811becbbb.
2022-03-08 19:53:12 -08: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
Rob Lourens ebce817787 Show CompletionItem detail in debug console suggest widget
Fix #142124
2022-03-08 18:15:51 -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 acd19fbc30
Add notebook-renderer to hygiene filter 2022-03-08 17:44:15 -08:00
Matt Bierner c354462e66
Format file 2022-03-08 17:40:59 -08:00
Jackson Kearl c811becbbb
Improve Nest Rendering
- Force nests to render with a twistie
- Resolve alignment issues by hiding nested parent icon to match folders
Fixes #142938, #141428, #141359
2022-03-08 16:59:43 -08:00
Daniel Imms b20e5beb3c
Merge pull request #144624 from microsoft/tyriar/posix_shell_type
Support shell type context key on mac/linux
2022-03-08 16:48:33 -08:00
Daniel Imms 6be9a40073
Update src/vs/platform/terminal/node/terminalProcess.ts
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2022-03-08 16:48:27 -08:00
Henning Dieterichs 2076178ec0
Adds token to make 403s less likely when downloading ripgrep. (#144686) 2022-03-09 09:41:49 +09:00
Jackson Kearl 55243d79f7
Remove legacy expand mode 2022-03-08 16:32:12 -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 e65a786a92
Fix build script to use esbuild 2022-03-08 16:09:23 -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
Jackson Kearl 6ecba6531f
Fix svg's not appearing in getting started 2022-03-08 15:34:33 -08:00
Matt Bierner 664c94293a
Update distro 2022-03-08 14:56:16 -08:00