Commit graph

92528 commits

Author SHA1 Message Date
Matt Bierner
90b50dc7e2
Use ?. in a few more places 2022-02-01 13:59:12 -08:00
Matt Bierner
c3a004ea9b
Use ?. for calls 2022-02-01 13:59:12 -08:00
Matt Bierner
75786b9fb7
Mark a few more properties as readonly
These are taken as object parameters. Making these `readonly` makes it clearer that these are only used as inputs to the function and not modifier
2022-02-01 13:59:11 -08:00
Matt Bierner
81ac632321
Make markdownStringEqual aware of supportHtml 2022-02-01 13:59:11 -08:00
Martin Aeschlimann
07acca0129
Merge pull request #141953 from microsoft/aeschli/141831
File icon size does not behave correctly with multiple fonts.
2022-02-01 22:34:03 +01:00
Matt Bierner
ab2fccd147
Add simple origin check 2022-02-01 12:49:49 -08:00
Megan Rogge
265cca240a
tweak bold regexp (#141968) 2022-02-01 14:10:02 -06:00
SteVen Batten
a48c94c91f
bump node-fetch version in smoke tests 2022-02-01 11:40:45 -08:00
Raymond Zhao
c41a5d9613
Polish fixSettingsLinks match code 2022-02-01 11:02:02 -08:00
Johannes Rieken
7d1f0fda8b
tweak vscode.open command and its test, https://github.com/microsoft/vscode/pull/141944 2022-02-01 18:35:12 +01:00
Caio Agiani
09c2e177ea
Fix typos (#141959)
* src: fix typo formated -> formatted

* src: fix typo recieve -> receive

* src: fix typo successfuly -> successfully

* src: fix typo neccessary -> necessary

* extensions: fix typo existance -> existence

* src: fix typo appearence -> appearance

* src: fix typo choosen -> chosen

* src: fix typo unkown -> unknown

* src: fix typo whenever -> whenever

* src: fix typo proccess -> process

* src: fix typo occured -> occurred

* src: fix typo occuring -> occurring

* src: fix typo defintion -> definition
2022-02-01 09:16:37 -08:00
meganrogge
a1a7da7d51
await toggle dev tools 2022-02-01 10:57:04 -06:00
meganrogge
a3b18ff63c
remove unnecessary or 2022-02-01 10:53:56 -06:00
Martin Aeschlimann
6c33588938
code web script: improve help 2022-02-01 17:38:37 +01:00
Martin Aeschlimann
884273e35b
code server scripts: use realpath 2022-02-01 17:38:37 +01:00
Martin Aeschlimann
d971263085
remove the last typescript-vscode-sh-plugin references 2022-02-01 17:38:36 +01:00
Robo
fc8a61280b
fix: remove python usage in macos cli wrapper (#138582)
Fixes https://github.com/microsoft/vscode/issues/134635
Fixes https://github.com/microsoft/vscode/issues/137954
2022-02-01 07:58:28 -08:00
Johannes Rieken
54eb53ba92
define commands converter interface and untangle extHostCommands and extHostTypeConverter, https://github.com/microsoft/vscode/issues/141922 2022-02-01 16:26:08 +01:00
Johannes Rieken
751b611639
use version provider indirection to untangle type converter and notebooks/documents, https://github.com/microsoft/vscode/issues/141922 2022-02-01 16:26:08 +01:00
Alex Ross
dfe8560851
Fix icon label hovers for resources with custom hover
Fixes #141952
2022-02-01 16:21:00 +01:00
Daniel Imms
f6895ac960
Merge pull request #141822 from slidoooor/main
Implement multiLinePasteWarning in VSCode terminal,fix the #122683
2022-02-01 07:03:26 -08:00
Daniel Imms
05bd2e77c5 Polish multi-line paste code 2022-02-01 07:01:48 -08:00
Johannes Rieken
e4329bf437
Merge pull request #141944 from microsoft/joh/openString 2022-02-01 15:52:37 +01:00
Johannes Rieken
b2eebdccad
test that vscode.open supports string in addition to URI 2022-02-01 15:52:15 +01:00
Benjamin Pasero
8d1303ddd5
💄 2022-02-01 15:35:22 +01:00
Benjamin Pasero
604c95bb62
smoke - more logging 2022-02-01 15:35:22 +01:00
Johannes Rieken
fc1511ecd0
allow vscode.open to be called with a string in additon to an Uri 2022-02-01 15:34:12 +01:00
Alex Dima
25be28623b
Extract EditorTheme to its own file 2022-02-01 13:43:25 +01:00
Alex Dima
a9c9ba025f
Reduce IViewModel method count 2022-02-01 13:38:58 +01:00
Alex Dima
c625704094
Renames 2022-02-01 13:38:58 +01:00
Alex Ross
73f07761bf
Fix tasks.json changes not reflected when file is auto-saved
Fixes #141741
2022-02-01 13:21:50 +01:00
Alex Dima
9b79c6cefc
Extract CursorContext to its own file 2022-02-01 13:11:31 +01:00
Sandeep Somavarapu
65692ef454
Fix #141762 2022-02-01 13:04:45 +01:00
Henning Dieterichs
6c10830f83
Merge pull request #141644 from microsoft/hediet/improve-invalid-bracket-colorization
Fixes #136052 by marking unclosed brackets as invalid.
2022-02-01 12:47:45 +01:00
Henning Dieterichs
9f87349a1e
Updates monaco.d.ts 2022-02-01 12:46:49 +01:00
Henning Dieterichs
b568b1c48b
Fixes #141927. 2022-02-01 12:40:21 +01:00
Johannes Rieken
01b9db71c0
add test to assert buggy opener behaviour, https://github.com/microsoft/vscode/issues/140907 2022-02-01 10:54:10 +01:00
Benjamin Pasero
503cd9cf83
fix build 2022-02-01 10:51:00 +01:00
Johannes Rieken
11459f75ee
Revert "fix https://github.com/microsoft/vscode/issues/140907"
This reverts commit a81c3b045d.
2022-02-01 10:41:37 +01:00
Johannes Rieken
54dec24a4d
Merge pull request #141872 from microsoft/joh/langFeatures 2022-02-01 10:40:19 +01:00
Benjamin Pasero
23fa6aad5b
smoke - add logging for #141054 2022-02-01 10:27:59 +01:00
Benjamin Pasero
7a5a668ee3
avoid API types (#141921) 2022-02-01 10:19:18 +01:00
Benjamin Pasero
12c5c57e46
smoke - simplify line number test (#141054) 2022-02-01 10:08:15 +01:00
Sandeep Somavarapu
769e8618c1
Fix #141910 2022-02-01 10:05:50 +01:00
Sandeep Somavarapu
fb8316c8f4
#141054 check line numbers in settigns file 2022-02-01 09:35:54 +01:00
Johannes Rieken
7a5b86a757
Merge pull request #141919 from microsoft/joh/surroundWith 2022-02-01 09:28:02 +01:00
Sandeep Somavarapu
d069da1aad
#141766 change the label to Marketplace Info 2022-02-01 09:20:23 +01:00
Johannes Rieken
91b2a50b51
Merge branch 'main' into joh/surroundWith 2022-02-01 09:02:23 +01:00
Benjamin Pasero
35605fb7fc
💄 workbench history service 2022-02-01 09:00:12 +01:00
Benjamin Pasero
bd0040c74d
Smoketest timeout (fix #141918) 2022-02-01 08:02:06 +01:00