Commit graph

81341 commits

Author SHA1 Message Date
Alex Ross
655fe7546f
Fix port theme color typo 2021-05-04 14:09:39 +02:00
Barbara Valdez
39d180d662
Initial implementation of drag and drop api (#122239) 2021-05-04 05:01:46 -07:00
Benjamin Pasero
2209664991
sandbox - remove terminal related simple services 2021-05-04 13:59:18 +02:00
Benjamin Pasero
9ea9623a8a
fix smoketest 2021-05-04 13:55:40 +02:00
Alex Ross
df15c8e832
Update grammars 2021-05-04 13:42:19 +02:00
Daniel Imms
80e5d07b89 Update distro 2021-05-04 04:37:52 -07:00
Daniel Imms
1f597772c5
Merge pull request #122897 from microsoft/tyriar/inheritEnv
Remove inheritEnv, don't use shell env
2021-05-04 04:34:28 -07:00
Benjamin Pasero
e2954beb4b
Remove --no-sandbox (#122909)
* linux - remove `--no-sandbox` flag

We should not disable sandbox on Linux.
We only added this to support running on Kernel <= 3.8 where setuid sandbox is used.

* fix ci

* add some docs
2021-05-04 11:18:19 +02:00
Johannes Rieken
b1ce0eda2d
Merge pull request #122796 from jeanp413/fix-122255
Fixes pascalCase snippet formatter fails to process numbers
2021-05-04 10:04:39 +02:00
Robo
bce4d71f64
chore: bump node@14.x in devDependencies (#122905) 2021-05-04 10:04:13 +02:00
Johannes Rieken
6d4aeb99bd
Merge pull request #122895 from mjbvz/fix-122585
Fix first line being replaced in suggestion label
2021-05-04 09:55:51 +02:00
Alex Ross
35e5415261
Fix context on LabelTunnelAction (#122856)
Fixes microsoft/vscode-remote-release#4996
2021-05-04 09:49:25 +02:00
Daniel Imms
8d4d6ea4be Finish removing terminal from electron-browser
Moved linux distro to just check the user agent
2021-05-04 00:33:34 -07:00
Benjamin Pasero
4868dd3bd8
:chore: more action2 adoptions 2021-05-04 09:27:00 +02:00
Daniel Imms
885e1631a5 Remove native delete from terminal native contribution 2021-05-03 23:48:23 -07:00
Daniel Imms
17ef2c7fee Add getWslPath to pty service 2021-05-03 23:46:55 -07:00
Daniel Imms
f09dc09c3b Remove native dependency on shell setting registration 2021-05-03 23:14:19 -07:00
Daniel Imms
2b52049862 Move electron profile resolver service to sandbox 2021-05-03 23:04:28 -07:00
Daniel Imms
4485a0cfd0 Remove electron-browser instance service 2021-05-03 23:02:36 -07:00
Daniel Imms
c2f8abb4d2 Remove onRequestDefaultShellAndArgs 2021-05-03 23:01:16 -07:00
Johannes Rieken
9a0f4994fd
api for may 2021-05-04 07:50:14 +02:00
Daniel Imms
538b91fe42 Update distro 2021-05-03 22:44:06 -07:00
Daniel Imms
58a2d5bc26 Rename getShellEnvironment to getEnvironment 2021-05-03 22:39:55 -07:00
Benjamin Pasero
1df6bc6573
fix search editor (#120699) 2021-05-04 07:36:44 +02:00
Daniel Imms
3ef66a464b Remove inheritEnv, don't use shell env
Part of #117257
Part of #121947
2021-05-03 22:34:58 -07:00
Matt Bierner
25cb0d2fca
Fix first line being replaced in suggestion label
Fixes #122585

It seems that the current regular expression is causing some lines to be dropped. I extracted out a `stripNewLines` functions and tried to use a differnt regexp for the replacement
2021-05-03 22:18:14 -07:00
Megan Rogge
de4e9067e8
externalTerminal renderer -> main process (#122871) 2021-05-04 02:18:34 +00:00
Rob Lourens
f19a2c969b Allow searching with a ./ path in a workspace folder that has a slash in its name
Fix #99512
2021-05-03 18:59:26 -07:00
Matt Bierner
bc04b1c04b
Update md grammar 2021-05-03 18:17:41 -07:00
Matt Bierner
2e0644918d
Spelling 2021-05-03 17:37:49 -07:00
Rob Lourens
f8cf85a6cc Fix build 2021-05-03 16:44:34 -07:00
Connor Peet
abd1df11b6
testing: improve display of line numbers and markdown messages in diff peek 2021-05-03 16:27:42 -07:00
Connor Peet
52c93f9932
peek: use title instead of aria-label so truncated text is visible 2021-05-03 16:27:41 -07:00
Connor Peet
9b74e6cfb2
peek: fix text not truncating in peekview title
Fixes #121515
2021-05-03 16:27:41 -07:00
Rob Lourens
31a7a50b93 Fix NotebookMetadata tests 2021-05-03 16:25:53 -07:00
Rob Lourens
baa45af099 Name all notebook action classes 2021-05-03 16:17:14 -07:00
Rob Lourens
ffe6e29994 Remove notebook.trust command 2021-05-03 16:17:14 -07:00
Matt Bierner
65c6a0a543
Pick up TS 4.3 nightly
For #122884
2021-05-03 16:15:30 -07:00
Rob Lourens
6c10fb4371 Remove 'trusted' notebook document
See #118584 for more
2021-05-03 16:08:16 -07:00
Matt Bierner
9aac6ab8f6
Use @ link in vscode.d.ts
For #120120

Converts all links in vscode.d.ts and vscode.proposed.d.ts to use `@link` instead of our custom link scheme. This allows these links to work in IntelliSense popups

I have converted all links over since we want to try to use `@link` everywhere. However a few of them may not work yet due implementation limitations
2021-05-03 16:00:36 -07:00
Matt Bierner
248cbc49cf
Update TS version for building VS Code 2021-05-03 15:58:26 -07:00
Connor Peet
7bdc6e4364
search: fix bad crlf normalization for negated character classes
Fixes #122223
2021-05-03 15:44:17 -07:00
Jackson Kearl
faed865e2f
Fix #120699 2021-05-03 15:27:43 -07:00
SteVen Batten
022483ae8c allow trust editor to shrink better
fixes #122523
2021-05-03 14:57:06 -07:00
SteVen Batten
a1e2329a50 fix scroll bar in trust editor
refs #122523
2021-05-03 14:36:06 -07:00
SteVen Batten
480d8376a2 remove padding trust editor
refs #122523
2021-05-03 14:33:40 -07:00
SteVen Batten
7d22e3b414 fixes #122302 2021-05-03 14:30:07 -07:00
SteVen Batten
9ca1b43593 fixes #120923 2021-05-03 14:05:24 -07:00
Logan Ramos
1288d9a3ef
Fix #122700 2021-05-03 17:02:39 -04:00
rebornix
8d9c7734ec
Merge branch 'notebook/dev' into main 2021-05-03 13:58:55 -07:00