93550 Commits

Author SHA1 Message Date
David Dossett
a3bfec2ef4 Update dark HC theme name 2022-02-22 14:19:48 -08:00
Alex Dima
fcf522d109
Fixes #141871 2022-02-22 22:55:04 +01:00
Alex Dima
712c1691cb
Reduce logging 2022-02-22 22:50:42 +01:00
Matt Bierner
24c814dd01
Only ship woff2 fonts for math support
Fixes #143372
2022-02-22 13:41:01 -08:00
Matt Bierner
1678c27fcd
Use relativepattern for file watcher
For #143291
2022-02-22 13:40:59 -08:00
Tyler Leonhardt
46301339b7
bump keytar to 7.9.0 2022-02-22 13:37:44 -08:00
Peng Lyu
67cca9b62d
Merge pull request #143422 from microsoft/rebornix/nb-json-codelens
Add codelens to ipynb json file to open in notebook editor
2022-02-22 13:18:39 -08:00
rebornix
b13288fa4a
resolve comments. 2022-02-22 13:15:41 -08:00
Martin Aeschlimann
6568cf0063
[html] update service 2022-02-22 22:08:30 +01:00
Martin Aeschlimann
67f1fa649d
Merge pull request #143313 from microsoft/rebornix/updateSeti
Update Seti to support Notebook icons
2022-02-22 21:51:15 +01:00
Martin Aeschlimann
3f026510c9
update 2022-02-22 21:44:33 +01:00
Connor Peet
6f0c1b068a bootstrap: fix failing on trying to write to process.stdout/stderr
Fixes #143132
2022-02-22 12:41:11 -08:00
meganrogge
9023bbc457
revert fix for #143638 2022-02-22 14:31:04 -06:00
Raymond Zhao
3acf6e6bd1
Add debounce, fixes #141680 2022-02-22 12:30:27 -08:00
meganrogge
5f0021f4d0
fix #143421 2022-02-22 14:21:06 -06:00
Brigit Murtaugh
a9671652ff
Bump distro 2022-02-22 12:07:07 -08:00
Alex Dima
7ed3cdd468
Fixes #141725: Always reuse the same presentation throughout the entire IME session 2022-02-22 20:03:51 +01:00
Johannes Rieken
fafe2ea560
update distro, https://github.com/github/codespaces/issues/5563 2022-02-22 20:00:51 +01:00
Alexandru Dima
a779e3e2f1
Merge pull request #143626 from microsoft/alex/issue-141322 2022-02-22 19:53:42 +01:00
Logan Ramos
9b35e9090d
Switch to isSticky 2022-02-22 13:53:20 -05:00
SteVen Batten
d6d0bec2f2 re-comment test line 2022-02-22 10:20:22 -08:00
SteVen Batten
95815c815c refs #142851 2022-02-22 10:19:53 -08:00
meganrogge
ee416bb9b8
fix #143638 2022-02-22 12:19:19 -06:00
David Dossett
08b18a259a Updated light HC editor contrast issues 2022-02-22 09:54:24 -08:00
David Dossett
5ffe87e611 Fix editor highlights 2022-02-22 09:41:57 -08:00
David Dossett
6e4481b731 Fix casing issues 2022-02-22 09:41:57 -08:00
meganrogge
3a63cff4fe
use command start marker instead of prompt start marker, part of #143421 2022-02-22 11:29:55 -06:00
meganrogge
c6f1c6adc7
fix #143400 2022-02-22 11:17:38 -06:00
Sandeep Somavarapu
aee3a5e1fa
Fix #142581 2022-02-22 18:11:53 +01:00
Jackson Kearl
9fda39d0ef
Fix #143631 2022-02-22 09:00:30 -08:00
Benjamin Pasero
63db74895b
storage - reduce logging again 2022-02-22 17:34:17 +01:00
Johannes Rieken
6122aa33c7
update/add API todos for inline completions 2022-02-22 17:23:43 +01:00
Logan Ramos
258fca7627
Remove console.log 2022-02-22 11:22:23 -05:00
Logan Ramos
cc5519bc3f
Add tab pin status 2022-02-22 10:52:46 -05:00
Alex Dima
3e905e76e8
Fixes #141322: Allow to run some remote extensions locally 2022-02-22 16:47:42 +01:00
Logan Ramos
198682cfac
Make enum not uppercase 2022-02-22 10:20:28 -05:00
Henning Dieterichs
136e0ba8ed
Fixes #143051 by improving error message. 2022-02-22 15:49:27 +01:00
Henning Dieterichs
24fbf5ec08
Merge pull request #143605 from microsoft/hediet/injected-text-dbl-click-no-word-selection
Don't do a word selection when double clicking on injected text.
2022-02-22 15:40:26 +01:00
Johannes Rieken
8f2a1c1a59
💄 async-await and others 2022-02-22 15:24:33 +01:00
Alexandru Dima
071578a215
Merge pull request #143610 from CodinGame/replace-languageid-by-languageselector 2022-02-22 15:20:34 +01:00
Alex Dima
eeeab304b9
Temporarily disable that remote extensions can run in the local web worker extension host (#141322) 2022-02-22 15:09:12 +01:00
Johannes Rieken
6f1eadf42a
don't have _modelTrackers has map and inn parallel _modelIsSynced as set, https://github.com/microsoft/vscode/issues/143609#issuecomment-1047812721 2022-02-22 15:05:36 +01:00
Alex Ross
2475f84d31
Use pointer cursor in comment links
Fixes #143271
2022-02-22 14:51:25 +01:00
Johannes Rieken
baa9d84de0
untangle notebook document, editors and their truth, https://github.com/microsoft/vscode/issues/142724#issuecomment-1034889758 2022-02-22 14:36:17 +01:00
Alex Ross
db8c1f7877
Add restart VS Code build task
Fixes #143589
2022-02-22 14:29:23 +01:00
Henning Dieterichs
84216200a0
Merge pull request #143611 from CodinGame/getworker-allow-promise
Allow getWorker function to return a promise
2022-02-22 14:12:05 +01:00
Loïc Mangeonjean
ea15f61429 Allow getWorker function to return a promise 2022-02-22 13:52:41 +01:00
Alex Ross
8dc9b97065
Update distro 2022-02-22 13:42:12 +01:00
Loïc Mangeonjean
7a0a128dfc Replace languageId by languageSelector in all language feature registration functions 2022-02-22 13:40:30 +01:00
Ladislau Szomoru
7442bf8f3d
Handle the case in which the git command is not the first argument #132778 2022-02-22 13:27:59 +01:00