Commit graph

86405 commits

Author SHA1 Message Date
Matt Bierner
691e9cea33
Support clickable links between markdown cells
Fixes #103519
2021-08-13 14:17:10 -07:00
Matt Bierner
6dfd607e8d
No need to call toLowerCase on tagName 2021-08-13 14:17:09 -07:00
Matt Bierner
ae4e477ccb
Remove root path from local notebook roots
This is no longer needed now that we don't include requireJS
2021-08-13 14:17:09 -07:00
Matt Bierner
b5097b0af5
Remove unused and mark private 2021-08-13 14:17:09 -07:00
Logan Ramos
0565e37a59
Bump distro 2021-08-13 16:43:14 -04:00
Tyler Leonhardt
53f82ca6e8
Move to "Auto Detect" in language picker and use smarts in Auto Detect for non-Untitled files 2021-08-13 12:24:36 -07:00
vlwkaos
05654069f2
fix: maxResults config value is now applied to searchEditor (#130531) 2021-08-13 11:55:47 -07:00
Logan Ramos
53f597fe6b
Bump distro 2021-08-13 14:22:34 -04:00
Logan Ramos
fda227db23
Add expiration to typings 2021-08-13 13:18:01 -04:00
Isidor Nikolic
a8d816bdc2
Merge pull request #130768 from microsoft/isidorn/asociateFileTypes
Register Code as an editor for supported file types default ON
2021-08-13 17:38:19 +02:00
Alex Dima
66c49064db
Fix errors 2021-08-13 18:10:44 +03:00
Daniel Imms
00cb4888d6
Merge pull request #130726 from microsoft/tyriar/127717
Implement Terminal.state proposed API and associated event
2021-08-13 08:08:40 -07:00
Alex Dima
b3ae959c76
Avoid duplicating modules in worker bundles 2021-08-13 18:04:11 +03:00
Alex Dima
fff6737349
Reduce duplication of createModuleDescription 2021-08-13 17:59:46 +03:00
Benjamin Pasero
96b8ccdf98
💄 formatting 2021-08-13 16:53:29 +02:00
Benjamin Pasero
36e17c6a67
explorer - disable empty view drop in web 2021-08-13 16:36:20 +02:00
Daniel Imms
449f1926eb Update distro 2021-08-13 07:09:44 -07:00
Daniel Imms
9d726dce47 Fix default values of persistent session serializer
Part of #116113
2021-08-13 07:08:47 -07:00
Daniel Imms
ddcf2d6630 Dispose of terminal at end of onDidChangeTerminalState test 2021-08-13 07:00:41 -07:00
isidor
a796c8e749
Register Code as an editor for supported file types default ON 2021-08-13 15:56:25 +02:00
Daniel Imms
4233679a93 Use a getter for onDidWriteTerminalData 2021-08-13 06:47:02 -07:00
Daniel Imms
189a73a197 Add listener to disposables array 2021-08-13 06:45:36 -07:00
Isidor Nikolic
0f605f07e2
Merge pull request #130754 from gjsjohnmurray/fix-124020
Suppress 'Open launch.json' command on error dialog if DA provided a command (#124020)
2021-08-13 15:14:04 +02:00
Benjamin Pasero
9fac9bd1c7
web - better error handling with guidance 2021-08-13 14:27:53 +02:00
Benjamin Pasero
3252199273
files - drop query and fragment from URI when using findSuperstr (fix #128151) 2021-08-13 12:33:26 +02:00
Benjamin Pasero
d569f47733
web - change handle ID to be part of query, not path 2021-08-13 12:03:26 +02:00
gjsjohnmurray
3cb18e4115 use Schemas.command constant instead of string 2021-08-13 10:58:37 +01:00
Benjamin Pasero
4211de9ebb
web - fs to use proper extUri 2021-08-13 10:52:41 +02:00
gjsjohnmurray
57e8b9fc2b Suppress 'Open launch.json' command on error dialog if DA provided a command (#124020) 2021-08-13 09:13:05 +01:00
rebornix
58454f7bec notebook layout optimization memo. 2021-08-12 19:29:24 -07:00
Chuck Lantz
a915eeb9a2 Ensure privs are correct 2021-08-12 19:05:18 -07:00
deepak1556
f7794b6e11 chore: bump distro 2021-08-12 18:36:46 -07:00
rebornix
4a39c43144 fix #130733. 2021-08-12 18:34:19 -07:00
rebornix
cdd52b8d7b calcuate index of visible viewport 2021-08-12 18:31:27 -07:00
Daniel Imms
be646cf780 Use correct assert import 2021-08-12 17:21:26 -07:00
rebornix
adc95bfdc2 warmup viewport above will lead to more flickering. 2021-08-12 17:07:57 -07:00
Matt Bierner
383c9cf613
Remove old not-null assertion 2021-08-12 16:18:41 -07:00
Matt Bierner
2a6ac9fe43
Don't hardcode inline code font size
Fixes #130715
2021-08-12 16:02:41 -07:00
Matt Bierner
bbe80088ee
Pick up TS 4.4 rc 2021-08-12 15:35:07 -07:00
Matt Bierner
5fe071c2e7
Don't return trigger characters for ambient JS suggestions
Fixes #130096
2021-08-12 15:34:34 -07:00
Daniel Imms
241a07d412 Add test, finish piping through interaction event
Part of #127717
2021-08-12 15:33:25 -07:00
Matt Bierner
2974a014fd
Don't use | in @link 2021-08-12 15:26:44 -07:00
Daniel Imms
a6ca2cf978 Implement Terminal.state and event 2021-08-12 15:01:34 -07:00
Daniel Imms
5bab627e05 Start of change state event, clean up ext host events
Part of #127717
2021-08-12 14:48:51 -07:00
Tyler Leonhardt
84abbfba40
rename language detection setting and ensure one worker gets created 2021-08-12 13:38:54 -07:00
Yash Singhal
418ae29191
Fixed vertical alignment (#130327)
* Fixed vertical alignment

* Update QuickInput.css
2021-08-12 13:31:37 -07:00
Daniel Imms
7e90f400d6 Remove experimental serializer log 2021-08-12 12:56:36 -07:00
Daniel Imms
3bec1313ae
Merge pull request #129207 from microsoft/tyriar/116113
xterm.js node target and serialize addon
2021-08-12 12:54:46 -07:00
Daniel Imms
d22c9a01f2 Update distro 2021-08-12 12:54:19 -07:00
isidor
699084fdb4
explorer to Jackson 2021-08-12 19:31:02 +02:00