Commit Graph

90679 Commits

Author SHA1 Message Date
Johannes Rieken
a713081455 deprecate enableProposedApi, add and use IExtensionDescription#enabledApiProposals 2021-11-10 12:42:25 +01:00
Johannes Rieken
fe6b867b00 declare proposed API properties for package.json and link them with actual proposal names 2021-11-10 12:34:07 +01:00
João Moreno
e7ea07d358 docs(sash): 📝 add documentation for the Sash widget
Related-to: #124652
2021-11-10 12:17:03 +01:00
Johannes Rieken
50978960a0 use ApiProposalName-type for proposedApiEnabled-utils 2021-11-10 12:06:17 +01:00
Johannes Rieken
f01a1e991d move isProposedApiEnabled and checkProposedApiEnabled-util back to workbench-layer 2021-11-10 12:02:04 +01:00
Henning Dieterichs
cc98e60d25 Removes unused import. 2021-11-10 12:01:35 +01:00
Henning Dieterichs
49efe65bc3 Fixes #136824 by tweaking css. 2021-11-10 11:57:16 +01:00
Johannes Rieken
da967b591e add generated file api proposal names, add compile script that generates this file 2021-11-10 11:54:24 +01:00
Sandeep Somavarapu
37acec6394 - clear formatters while creating the spdlog logger
- fix name of the logger
2021-11-10 10:26:16 +01:00
Martin Aeschlimann
262f25a211 fix description of html.format.wrapAttributesIndentSize. Fixes #136767 2021-11-10 10:20:46 +01:00
Benjamin Pasero
2b03df8938 editors - add a test for the fix of #136684 2021-11-10 09:34:00 +01:00
Johannes Rieken
d90dd1355b Merge branch 'main' into joh/vscode-dts 2021-11-10 08:40:26 +01:00
Benjamin Pasero
bef4dba21f Parcel update and CI improvements (#136830)
* 🆙 product

* 🆙 parcel/watcher

* 🆙 parcel/watcher

* tests - separate remote logs from others

* store server logs too

* more tweaks

* fix name

* error when 10s passed
2021-11-10 08:13:56 +01:00
Benjamin Pasero
42f10bb643 Call stack items aren't opening tabs with correct contents (fix #136684) 2021-11-10 07:55:53 +01:00
Benjamin Pasero
aba18ae817 🆙 product 2021-11-10 06:59:22 +01:00
Tyler Leonhardt
dc553d6a3e add additional logging and awaiting 2021-11-09 20:23:42 -08:00
Rob Lourens
d0e27858b5 Don't show error when cancelling dialog from "Create launch.json"
Fix #136741
2021-11-09 19:03:06 -08:00
Matt Bierner
286af306e8 Remove now unused ext host method 2021-11-09 18:21:15 -08:00
Matt Bierner
6816d7ea7a Remove scm.focus proposal
As discussed in #119904, we're going to use commands for this instead. Removing the proposal
2021-11-09 18:16:27 -08:00
rebornix
5f69af1309 💄 2021-11-09 18:13:25 -08:00
Matt Bierner
c20b2c9589 Add unique names to most proposal regions
Also updates eslint rule to enforce regions with unique names
2021-11-09 17:56:11 -08:00
Matt Bierner
b79f09cd58 Adding readonly to some disposable properties 2021-11-09 17:56:11 -08:00
Matt Bierner
9a49279d5f Remove empty constructors 2021-11-09 17:56:10 -08:00
Matt Bierner
05db93f371 Adding readonly in a few more places 2021-11-09 17:56:10 -08:00
Matt Bierner
4aeae3f08b Spelling 2021-11-09 17:56:10 -08:00
rebornix
2b401e2fdf add output diff info when the visual change might be invisible. 2021-11-09 17:49:23 -08:00
Matt Bierner
dbdd50bc1c Align some font size setting descriptions 2021-11-09 17:18:30 -08:00
Raymond Zhao
5317d21c0d Render numerical arrays in the Settings editor
Ref #129592
2021-11-09 17:09:35 -08:00
Matt Bierner
b2f8216d17 Removing more duplicate types 2021-11-09 16:55:34 -08:00
Matt Bierner
304dac2554 💄 2021-11-09 16:52:06 -08:00
Matt Bierner
6902a65a76 Align ext host name with internal name 2021-11-09 16:47:00 -08:00
Matt Bierner
18c65446d5 Adding documentation and cleaning up types 2021-11-09 16:43:52 -08:00
Matt Bierner
53efcdb889 Remove console log 2021-11-09 16:42:24 -08:00
Matt Bierner
e78290c3d1 Use object.entries in a few more places 2021-11-09 16:30:44 -08:00
Matt Bierner
23090cfde3 Force update the md preview when a file on disk changes 2021-11-09 16:14:04 -08:00
Matt Bierner
53c29fc51f Use inherited font size for markdown codeblocks
Testing this out since it can look weird to have code blocks in a small font while the rest of markup is large
2021-11-09 16:14:04 -08:00
Matt Bierner
aac257cdf7 Spelling 2021-11-09 16:14:03 -08:00
Matt Bierner
ec1b940d69 Remove html helper function
I don't believe this is actually needed
2021-11-09 16:14:03 -08:00
Matt Bierner
333ba03a81 Extract duplicated type 2021-11-09 16:14:03 -08:00
Raymond Zhao
0fed1d8d6f Fix build 2021-11-09 16:01:43 -08:00
Raymond Zhao
b44b73139b Toughen validation for numerical objects
Ref #129592
2021-11-09 15:46:52 -08:00
Raymond Zhao
1ed9a2ddf1 Add unit tests for numeric arrays
Ref #129592
2021-11-09 15:46:50 -08:00
Alex Dima
54f23ce14f Merge remote-tracking branch 'origin/main' into alex/main-process-extension-host 2021-11-10 00:37:57 +01:00
Alexandru Dima
e08e4d3fe1 Move --ms-enable-electron-run-as-node to a later location (#136786)
* Move `--ms-enable-electron-run-as-node` to a later location, which is not fatal in Electron builds that don't know it

* undo bad change
2021-11-09 15:11:12 -08:00
Alex Dima
c30ffc4a7e Fix problem with duplicated entry points 2021-11-09 23:41:02 +01:00
Matt Bierner
a4ad395f23 Increase default markup font size
For #126294
2021-11-09 14:23:15 -08:00
Matt Bierner
87ea829cef Move notebook setting keys into a namespace
Adds a new `NotebookSettings` namespace to hold notebook settings keys
2021-11-09 14:23:15 -08:00
Megan Rogge
8b0720dc57 Pull out and test TerminalProfileQuickpick (#136680) 2021-11-09 14:20:28 -08:00
Matt Bierner
13bf498e45 Fix compile error 2021-11-09 13:43:09 -08:00
Matt Bierner
09dc62b558 Add notebook markup fontSize setting
Fixes #126294
2021-11-09 13:30:07 -08:00