Commit graph

84820 commits

Author SHA1 Message Date
Matt Bierner
f0ac3ce6fa
Remove webview publish build stage
We now pull in the webview html/js from our a different cdn instead of from this endpoint. We will keep the endpoint around for older VS Code builds but no longer publish content to it
2021-07-07 09:35:25 -07:00
Benjamin Pasero
d0df79be50
webview - remove more traces (#128128)
* webview - remove more traces

* more removal
2021-07-07 18:28:53 +02:00
Wenlu Wang
e144d6e951
Add ts inline hints (#113412)
* Add ts server for inline hints

* Add some feature related configure

* Add more config

* Rename all options

* Support range

* use new interface

* Fix cr issues

* Update inlay hints for ts plugin

* Avoid call chain hints

* Avoid more option

* Update protos

* Update extensions/typescript-language-features/package.nls.json

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>

* Use suppress for some option

* Update CR issues

* Fix missing typedef

* Avoid changes

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
2021-07-07 09:21:20 -07:00
Johannes Rieken
c5f12c7226
Revert "Merge pull request #127874 from microsoft/joh/webpack5"
This reverts commit 1f5b688e9c, reversing
changes made to 6efcb92e34.
2021-07-07 18:04:11 +02:00
Henning Dieterichs
556f74ae55
Merge pull request #124996 from microsoft/hediet/isUndoRedo
Forwards the isUndoing/isRedoing flags to the extension host.
2021-07-07 17:57:24 +02:00
Daniel Imms
b47d277a2e
Merge pull request #128130 from microsoft/tyriar/92649
Dispose of emitters on terminal instance
2021-07-07 08:04:49 -07:00
Joyce Er
45e0ff301b
Update input decoration on keybinding update (#128100) 2021-07-07 08:04:30 -07:00
Daniel Imms
7d00e4e560 Unset active terminal group when last is removed
Part of #92649
2021-07-07 07:44:57 -07:00
Daniel Imms
36ed3acc40 Remove unnecessary layout call 2021-07-07 07:21:43 -07:00
Daniel Imms
fbc5682289 Dispose of emitters on terminal instance
Fixes #92649
2021-07-07 07:05:18 -07:00
Logan Ramos
64081da3c8
Rename editorOverrideService closes #126603 2021-07-07 09:39:13 -04:00
Martin Aeschlimann
a79605c9d5
default light colors list.focusHighlightForeground too close to list.activeSelectionBackground. Fixes #127597 2021-07-07 15:33:40 +02:00
Daniel Imms
35ff4ed62e Fix bash icon on Linux
Fixes #126379
2021-07-07 05:59:13 -07:00
Daniel Imms
b00192516d Update distro
Part of #127062
2021-07-07 05:40:53 -07:00
Daniel Imms
b0cde4e271 Respect var resolve requests only for the given workspace
Fixes #127062
2021-07-07 05:40:52 -07:00
Benjamin Pasero
776bd3d6d0
editors - more renames 2021-07-07 14:11:31 +02:00
Daniel Imms
4f07b24bc8 Don't dispose terminal editors when shutting down
Fixes #127340
2021-07-07 05:10:31 -07:00
Benjamin Pasero
a346a70c6f
storage - do not warm up sqlite on load of another workspace (#127421) 2021-07-07 13:51:56 +02:00
Daniel Imms
8d4333a942 Don't remove terminal tabs on shutdown
Part of #127340
2021-07-07 04:50:18 -07:00
Daniel Imms
789539d304 Resize terminal when layout setting is changed
Fixes #127069
2021-07-07 04:35:44 -07:00
Benjamin Pasero
fa032d752d
Update playwright to 1.12.x and enable tracing for smoke tests (#128061)
* 🆙 playwright

* create trace
2021-07-07 13:23:11 +02:00
Benjamin Pasero
75aa22e7d9
editors - fix cyclic dependency 2021-07-07 13:22:38 +02:00
Daniel Imms
7667e90bf8 Add themeable indicator to active terminal tab
Fixes #127360
2021-07-07 04:21:02 -07:00
Daniel Imms
c8d0707d19 Use canonical URI when opening local terminal
Fixes #128113
2021-07-07 03:56:33 -07:00
Benjamin Pasero
2336e76096
:chore: log configuration via safeStringify 2021-07-07 12:10:08 +02:00
Benjamin Pasero
74264ceab5
editor descriptor => editor pane descriptor 2021-07-07 11:52:53 +02:00
Benjamin Pasero
4fbcc9c3a2
Editors: revisit need for populateEditorId and doResolveEditor (#127787)
* extract `editorGroupFinder` to its own type

* Adopt new findGroup

* Address PR feedback

* make preferred group reusable

* 💄

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2021-07-07 11:38:03 +02:00
Dirk Baeumer
c9aea49a87
Re-enable enhanced localization tests 2021-07-07 10:49:52 +02:00
Henning Dieterichs
4f113276b6
Merge pull request #127329 from microsoft/hediet/test-disposable-no-leak
Implements utils that can be used to ensure that all disposables are disposed after a test completes
2021-07-07 09:48:55 +02:00
Johannes Rieken
3c0324ec38
update mywork notebook 2021-07-07 09:33:44 +02:00
Benjamin Pasero
4c2c3ca116
editors - make resource a required property of untitled untyped inputs (#127792) 2021-07-07 09:07:39 +02:00
Johannes Rieken
d6cfa5f84b update API notebook 2021-07-07 07:58:34 +02:00
Benjamin Pasero
4481ae7c77
sandbox - update for webview changes 2021-07-07 07:49:49 +02:00
Benjamin Pasero
3ea98dffb9
Revert "remove deprecated auth APIs. Fixes #127144"
This reverts commit 32bd95664d.
2021-07-07 07:46:30 +02:00
Ian Huff
efe0678e96
Remove Jupyter specific loader special case (#126939)
* quick comment out

* remove vscode loader from notebook webview

* remove comment out

Co-authored-by: Ian Huff <ianhuff@Ians-MacBook-Pro.local>
2021-07-06 18:11:08 -07:00
Matt Bierner
d7e1d3fa55
Clean up refactored webview code 2021-07-06 18:07:00 -07:00
Matt Bierner
bd9a3f27d2
Fix annotation 2021-07-06 18:07:00 -07:00
Tyler Leonhardt
32bd95664d
remove deprecated auth APIs. Fixes #127144 2021-07-06 18:06:25 -07:00
Matt Bierner
1cee3e0804
Remove baseWebviewElement
This is no longer needed now what we only have iframe base webviews

This change merges `IframeWebviewElement` into `BaseWebviewElement`
2021-07-06 17:47:00 -07:00
Andrew Branch
c0bc22edf0
[typescript-language-features] Add suggest.allowIncompleteCompletions and pass trigger kind to TS Server (#127673)
* Add suggest.allowIncompleteCompletions and pass trigger kind to TS Server

* Remove setting, use switch for TriggerKind conversion
2021-07-06 16:10:20 -07:00
Tyler James Leonhardt
1274ff80b2
Add post request for prebuild action 2021-07-06 16:05:06 -07:00
Miguel Solorio
b78904a19a Update Codicons
- Add `layers` and `compass`
- Add `azure`
2021-07-06 15:50:09 -07:00
Tyler Leonhardt
e09ee35542
add useful readmes for the auth providers fixes #127688 fixes #127689 2021-07-06 15:43:59 -07:00
Tyler James Leonhardt
7acbd6a083
Create create-codespaces-prebuild.yml 2021-07-06 15:12:28 -07:00
meganrogge
f5e9925a8b
fix #127157 2021-07-06 14:35:22 -07:00
Matt Bierner
92418e0ea0
Remove usage of non-standard setImmediate
This was broken after upgrading to webpack5
2021-07-06 12:42:27 -07:00
Matt Bierner
2222f3cc1d
Switch entirely to iframe based webviews on desktop
Fixes #83188
Part of #92164

Removes our usage of the electron `<webview>` tag
2021-07-06 12:40:51 -07:00
João Moreno
d0b9f5f8cf
fixes #128051 2021-07-06 20:45:54 +02:00
João Moreno
7c1e41b091
introduce git-blame-ignore 2021-07-06 20:30:21 +02:00
João Moreno
2c7fc24d63
smoke: ctrl-c should kill all processes 2021-07-06 20:30:20 +02:00