Commit graph

79344 commits

Author SHA1 Message Date
Daniel Imms
6bf2a7eb96
Merge remote-tracking branch 'origin/main' into tyriar/terminal_sandbox 2021-03-29 14:40:57 -07:00
Daniel Imms
da94e122d1
Merge remote-tracking branch 'origin/main' into tyriar/gpuaccel 2021-03-29 14:40:17 -07:00
Daniel Imms
06ce7bd297
Fix hygiene 2021-03-29 14:40:01 -07:00
rebornix
06a451d815
Merge branch 'notebook/dev' into main 2021-03-29 14:39:40 -07:00
Matt Bierner
34354cd5a5 Enable useMarkdownRenderer by default again and document this experimental setting 2021-03-29 14:28:18 -07:00
Daniel Imms
878c3fb7f4
Merge remote-tracking branch 'origin/main' into tyriar/terminal_sandbox 2021-03-29 14:24:15 -07:00
Daniel Imms
7d67641ef3
Merge remote-tracking branch 'origin/main' into tyriar/gpuaccel 2021-03-29 14:23:56 -07:00
Daniel Imms
dcb7f7c853
Skip environmentVariableCollection suite
Part of #119826
2021-03-29 14:23:48 -07:00
William Desgardin
30ccdf6b6c
feat: add typographer option for markdown preview (#119641)
Co-authored-by: Matt Bierner <matb@microsoft.com>
2021-03-29 14:18:59 -07:00
Daniel Imms
f02e4853c3
Change rendererType to gpuAcceleration
Fixes #106202
2021-03-29 14:15:45 -07:00
deepak1556
bfe889d3b9 chore: bump electron@11.4.1
Fixes https://github.com/microsoft/vscode/issues/40262
2021-03-29 14:15:38 -07:00
Benjamin Pasero
21fca08c97
Revisit webviewExternalEndpoint in environment (#118950) (#119780) 2021-03-29 14:13:29 -07:00
Matt Bierner
4dc2d399c7 Fix TS 4.3 compile errors
For https://github.com/microsoft/TypeScript/issues/43419

- Works around type assertions not catching a method can modify the type
- Add more explicit typings
2021-03-29 14:10:00 -07:00
Matt Bierner
47256436d8 Remove explicit assignment
This breaks TS's type inference. Required for TS 4.3
2021-03-29 14:09:59 -07:00
Matt Bierner
755424b11f Add type for constant
For TS 4.3 update
2021-03-29 14:09:59 -07:00
rebornix
14373a5fc5
Merge remote-tracking branch 'origin/main' into notebook/dev 2021-03-29 14:09:27 -07:00
Logan Ramos
08e1302c98
Update telemtry extractor 2021-03-29 17:08:24 -04:00
rebornix
cca122c433
💄 2021-03-29 13:54:30 -07:00
rebornix
54910b1970
cut cell without selection update selections correctly. 2021-03-29 13:51:40 -07:00
Logan Ramos
31fd94b660
First round of getting rid of deprecated asserts (#120125) 2021-03-29 15:48:46 -04:00
SteVen Batten
5da392fdf0
allow authority in wt (#120059)
* allow authority in wt

* update rendering of host property
2021-03-29 12:44:20 -07:00
rebornix
ca37086d9a
unify copy/paste cell from ui and kb. 2021-03-29 12:03:57 -07:00
Andrew Branch
29ca249959
[typescript-language-features] Support import statement completions for TypeScript 4.3 (#119009)
* Support import statement completions for TypeScript 4.3

* Fix forgotten argument

* Add snippet preference

Co-authored-by: Matt Bierner <matb@microsoft.com>
2021-03-29 11:38:22 -07:00
Matt Bierner
0854a0a623
Add include for ms-auth extension (#119219)
Without an pattern, I see the error:

```
File '/Users/matb/projects/vscode/extensions/microsoft-authentication/dist/browser/env/browser/authServer.ts' is not under 'rootDir' '/Users/matb/projects/vscode/extensions/microsoft-authentication/src'. 'rootDir' is expected to contain all source files.
  The file is in the program because:
    Matched by include pattern '**/*' in '/Users/matb/projects/vscode/extensions/microsoft-authentication/tsconfig.json'ts
    ```
2021-03-29 11:37:21 -07:00
Matt Bierner
12c4596ce3
Try fixing leak of backlayer webviews for notebook diffs (#119372)
Fixes #118147

The main fix here is to add the webviews to `_modifiedResourceDisposableStore`.

I also fixed a potential leak if multiple calls to `_createModifiedWebview` would leak the original webview
2021-03-29 11:36:25 -07:00
Matt Bierner
a39120ddd1
Add support for JSDoc link tags (#119358)
* Add support for JSDoc @link tags

Fixes #119357

* Fix unresolved links not rendering
2021-03-29 11:29:52 -07:00
arnobl
1c3c96b4b9
fix(notebook): redo cell creation does not re-select the cell 2021-03-29 10:59:41 -07:00
Peng Lyu
a573d500d0
Merge pull request #120086 from arnobl/fix-notebook-redo-selection
fix(notebook): redo cell creation does not re-select the cell
2021-03-29 10:59:04 -07:00
Raymond Zhao
a5f7945b3b
Update git test for integration tests, fixes #120116 2021-03-29 09:39:39 -07:00
Johannes Rieken
2111c11380
remove (inline) INotebookEditorModel#isUntitled 2021-03-29 18:31:40 +02:00
Christof Marti
d80301ca05 Update to vscode-proxy-agent 0.9.0 2021-03-29 18:00:30 +02:00
Johannes Rieken
50d1ce4ad1
remove unused NotebookTextModelSnapshot 2021-03-29 17:55:48 +02:00
Johannes Rieken
79e0e2737a
remove default cell for empty, untitled notebooks 2021-03-29 17:51:49 +02:00
Johannes Rieken
fe154b4060
Merge branch 'joh/nb/next' into notebook/dev 2021-03-29 17:35:05 +02:00
Johannes Rieken
e2d3e9f925
💄 throw if cancelled 2021-03-29 17:33:28 +02:00
Eric Amodio
030cb3c75c Moves extension prop out of proposed 2021-03-29 11:03:41 -04:00
Logan Ramos
7164efa38e
Open Editor refactors (#119274)
* Have editor service attempt to resolve viewtype

* Use existing editor service function

* Rename old editor input factory and create new glob based one

* Move override to editor service and create onWillMoveEditor event

* Addressed the minor PR feedback

* Make the editor move event more robust

* Fix notebook re-rendering

* Notify of new groups on restore

* consistently refer to serializers and not factories

* 💄 IEditorMoveEvent

* get rid of move/copy options

* some more 💄

* Fix notebooks knowing about editor groups on startup

* Fix broken tests

* Rename file

* Fix compilation errors

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-03-29 14:56:10 +00:00
Martin Aeschlimann
3e16e9151b
update typescript-vscode-sh-plugin. For #120103 2021-03-29 16:42:37 +02:00
Logan Ramos
7c8da70fd0
Respect viewtype for reopen with in notebooks (#120101)
* Respect viewtype for reopen with in notebooks

* Switch to using a ternary
2021-03-29 14:38:15 +00:00
SteVen Batten
3e0f2f1c6e
allow wt description in widget (#119291)
* allow wt description in widget
cleanup widget

* use card style with 3 lines and 2 columns

* remove hover feedback as the tiles are not buttons

* fix delegate width mishap
2021-03-29 07:24:46 -07:00
Benjamin Pasero
848e3301a1
also 🆙 jschardet for web 2021-03-29 15:37:05 +02:00
Benjamin Pasero
34fa894174
🆙 nsfw 2021-03-29 15:35:57 +02:00
Benjamin Pasero
9c2b053778
🆙 sudo-prompt 2021-03-29 15:31:04 +02:00
Benjamin Pasero
f89406f2da
🆙 native-is-elevated 2021-03-29 15:28:11 +02:00
isidor
13bbe762f5
Inline values provider isn't called with new view port when scrolling editor content
fixes #119559
2021-03-29 15:26:40 +02:00
Benjamin Pasero
2bf76afac6
🆙 jschardet 2021-03-29 15:25:53 +02:00
Alex Ross
17e7a257ff
Update grammars 2021-03-29 15:16:24 +02:00
Isidor Nikolic
c318085f38
Merge pull request #119817 from yannickowow/master
Show current DataBreakpoint access type in "Breakpoints" view (#119588)
2021-03-29 14:40:13 +02:00
isidor
e09a24028e
Automatically show inline values if an inline values provider is registered
fixes #119560
2021-03-29 14:37:29 +02:00
Yanis
0d2b550ab1 Show current DataBreakpoint access type in "Breakpoints" view
- Append debugViewlet.css for "access-type" element
- extend IBaseBreakpointTemplateData when rendering
2021-03-29 14:28:35 +02:00