Alex Dima
205a89c523
Remove workaround for #108880
2021-10-12 15:17:46 +02:00
Alex Dima
4c0fdeab27
Non US keyboard layouts: pass OEM keys as electron accelerators
2021-10-12 15:13:12 +02:00
Alex Dima
ea91d365aa
Move Electron duplicate modifier check to BaseResolvedKeybinding
2021-10-12 14:46:56 +02:00
Alex Dima
8505cd7eac
Clarify that why we cannot pass numpad keys to Electron
2021-10-12 14:36:42 +02:00
Alex Dima
31da37a927
Consolidate key code to electron label map
2021-10-12 14:19:21 +02:00
Alex Dima
bdc59aac50
Remove async promise executors ( #134873 )
2021-10-12 13:52:47 +02:00
Henning Dieterichs
5441393b4b
Merge pull request #134781 from microsoft/hediet/bracket-guides-indentation
...
bracket guides indentation
2021-10-12 13:41:22 +02:00
Henning Dieterichs
5e7307d42a
Merge pull request #134259 from microsoft/hediet/horizontal-guides
...
Implements horizontal guides for bracket guides.
2021-10-12 13:39:23 +02:00
Johannes Rieken
7283f5cb7c
fix https://github.com/microsoft/vscode/issues/130057
2021-10-12 13:12:11 +02:00
Johannes Rieken
6f4994e6bb
fix https://github.com/microsoft/vscode/issues/130910
2021-10-12 12:33:14 +02:00
Henning Dieterichs
98a4760a40
Makes bracket pair guides aware of indentation. Implements #134267 .
2021-10-12 12:09:55 +02:00
Johannes Rieken
b028a01706
no async promise executor, https://github.com/microsoft/vscode/issues/134873
2021-10-12 12:03:41 +02:00
João Moreno
3c1274461d
fixes #134638
...
Co-authored-by: Ladislau <lszomoru@users.noreply.github.com >
2021-10-12 11:56:16 +02:00
Henning Dieterichs
4e7516f9e1
Implements horizontal guides for bracket guides.
2021-10-12 11:55:51 +02:00
Henning Dieterichs
3b1df9338f
Merge pull request #134503 from microsoft/hediet/configurable-bracket-pairs
...
Allows settings to override language contributed bracket pair configurations.
2021-10-12 11:50:28 +02:00
Sandeep Somavarapu
4ae02bda9b
adopt #134873
2021-10-12 11:27:57 +02:00
Henning Dieterichs
0a147eb40d
Uses proper language configuration service for bulk edit.
2021-10-12 11:18:41 +02:00
Benjamin Pasero
3cda269c80
ESlint: enable no-async-promise-executor ( #134873 )
2021-10-12 10:50:44 +02:00
Alex Dima
0d803d3e51
Fixes #123592 : Move extension host spawning to the shared process
2021-10-12 09:56:45 +02:00
Henning Dieterichs
aa5a6405d2
Fixes test.
2021-10-12 09:44:24 +02:00
Benjamin Pasero
d879e6a8a6
Test Failure: Recursive Watcher (parcel) ( fix #134865 )
2021-10-12 09:32:10 +02:00
Johannes Rieken
1e4cdf61d8
API NB, set milestone to October
2021-10-12 07:57:13 +02:00
Alexandru Dima
9549c24662
Merge pull request #134810 from microsoft/alex/stricter-webpack
...
Fail the build when webpack has bundling warnings in the standalone editor
2021-10-12 07:50:27 +02:00
Benjamin Pasero
284e0db6c4
fix build
2021-10-12 07:29:11 +02:00
Matt Bierner
8b688986b7
Enable rendering of bare math blocks in notebooks
...
Fixes #133390
Adds support for math blocks that just start with `\begin` instead of being wrapped in dollar signs
2021-10-11 19:08:44 -07:00
Matt Bierner
9e548239ea
Adding two more area labels
2021-10-11 19:08:44 -07:00
Connor Peet
29cc85b316
testing: fix duplicate run progress
...
Fixes #132727
2021-10-11 17:02:33 -07:00
Connor Peet
5cc120e08d
testing: adopt queueMicrotask
...
For #133173
2021-10-11 17:02:32 -07:00
Raymond Zhao
68013971ff
Add language mapping as param to getEmmetMode
...
Fixes #127996
2021-10-11 15:38:12 -07:00
Connor Peet
9176be11bc
debug: don't active js-debug unnecessarily
...
Fixes https://github.com/microsoft/vscode-js-debug/issues/1106
2021-10-11 15:28:26 -07:00
Jackson Kearl
2a656c8605
Fix https://github.com/microsoft/vscode-dev/issues/338
2021-10-11 15:21:43 -07:00
Megan Rogge
0bd3cad8cf
fix #134817
2021-10-11 14:52:37 -07:00
Matt Bierner
f47ae9e324
Disable dynamic routing when experimental project wide diagnostics are enabled
...
Fixes #132121
We don't track project loading state properly when project wide diagnostics are enable. Just disable it for now since this is an experimental feature
2021-10-11 14:50:28 -07:00
Logan Ramos
abee3e885c
Further address #134660
2021-10-11 17:31:54 -04:00
Megan Rogge
b0c930bdbb
fix #134828
2021-10-11 13:09:05 -07:00
Daniel Imms
d4d78b6553
Ignore detach process calls when they're not supported
...
We can safely ignore these, it shouldn't be up to components calling into
detachFromProcess to check if it supports detach.
Fixes #134829
2021-10-11 13:01:34 -07:00
rebornix
ab66c85e0d
fix #128049 .
2021-10-11 12:58:12 -07:00
Martin Aeschlimann
f8679c1e68
Auto detect color scheme not working after reload window. Fixes #126823
2021-10-11 21:39:14 +02:00
Lydia Chung
6cdd384283
Updating peek title info color ( #134821 )
2021-10-11 11:27:19 -07:00
rebornix
cda6f05c6c
better height calculation on diff editor creation
2021-10-11 10:02:06 -07:00
Alex Dima
898c759f85
Fail the build when webpack has bundling warnings (early prevention of issues like microsoft/monaco-editor#2691 )
2021-10-11 18:14:10 +02:00
Miguel Solorio
84a5899485
Darken banner background on light themes
2021-10-11 09:09:34 -07:00
Benjamin Pasero
2f3a3c1183
web - remove "Download" from F1
2021-10-11 18:04:04 +02:00
Johannes Rieken
93f59447d1
merge arrays#distinctES6 and distinct and avoid O(n2) perf in most cases
2021-10-11 18:03:36 +02:00
João Moreno
a390f81744
no hack is better hack
...
Co-authored-by: Tyler <TylerLeonhardt@users.noreply.github.com >
2021-10-11 18:02:36 +02:00
Johannes Rieken
c15218d09e
use biased extUri when feeding data into extensions tst, https://github.com/microsoft/vscode/issues/134602
2021-10-11 17:13:16 +02:00
Johannes Rieken
e37ede4054
fix typo
2021-10-11 17:13:16 +02:00
Henning Dieterichs
5b0b68b000
Merge branch 'main' into hediet/configurable-bracket-pairs
...
# Conflicts:
# src/vs/editor/common/modes/languageConfigurationRegistry.ts
2021-10-11 16:39:43 +02:00
Henning Dieterichs
665020137a
Incorporates feedback from PR.
2021-10-11 16:35:35 +02:00
Sandeep Somavarapu
1753fed710
Fix #134792
2021-10-11 16:20:55 +02:00