Commit graph

2752 commits

Author SHA1 Message Date
Joao Moreno 6de0eea388 use more CHILD_CONCURRENCY 2019-10-22 16:21:36 +02:00
Rob Lourens 49607f98c9 Bump node2 2019-10-21 14:11:01 -07:00
Matt Bierner 9d125dd690
Re-enable building VS Code with TS 3.7 (#82289)
* Re-enable building VS Code with TS 3.7

Reverts 5b0cdadc87

Blocked from check in due to https://github.com/microsoft/TypeScript/issues/33936

* update d.ts for ts 3.7
2019-10-17 14:14:20 -07:00
Miguel Solorio 74e61de8e8
Merge branch 'master' into misolori/icon-font 2019-10-17 12:23:08 -07:00
Miguel Solorio 26f879145d Remove codiconLabel.mock 2019-10-17 12:22:28 -07:00
Joao Moreno 833f443d6a update inno updater to 0.8.2 2019-10-17 14:10:12 +02:00
Joao Moreno 91c01a6180 Revert "update inno_updater to 0.8.1"
This reverts commit dc95a4ea65.
2019-10-17 12:46:30 +02:00
Joao Moreno dc95a4ea65 update inno_updater to 0.8.1 2019-10-17 12:33:34 +02:00
Miguel Solorio 641276b599 Merge remote-tracking branch 'origin/master' into misolori/icon-font 2019-10-16 14:13:44 -07:00
Miguel Solorio 42d4a3b5c8 Replace 'Octicon' refs with 'Codicon' 2019-10-16 11:38:15 -07:00
Joao Moreno 9289dd7842
remove yarn gulp electron 2019-10-16 15:35:53 +02:00
Joao Moreno 5048816ebf
extract yarn electron 2019-10-16 11:15:43 +02:00
Benjamin Pasero 1548f74c70 fix hygiene 2019-10-15 17:03:31 +02:00
Miguel Solorio 1f9045f47c Replace Octicons with Codicons 2019-10-14 19:15:35 -07:00
Matt Bierner 5b0cdadc87 Revert "Build VS code using TS 3.7-beta"
This reverts commit 11f24f64e7.
2019-10-10 14:39:59 -07:00
Matt Bierner 11f24f64e7 Build VS code using TS 3.7-beta
Fixes #82286
2019-10-10 14:16:26 -07:00
Daniel Imms 7816110c15 Specify exact icon path for deb desktop
Fixes #71942
2019-10-10 11:05:37 -07:00
Benjamin Pasero 6869239fd8
🆙 terser@4.3.8 (#82057) 2019-10-07 20:33:16 +02:00
Rob Lourens b88efcac1d Bump node2 2019-10-03 11:54:34 -07:00
Alexandru Dima 29f0d108bf
Fixes microsoft/monaco-editor#1553 2019-09-30 15:53:45 +02:00
Benjamin Pasero 6ee1da3dc5 debt - shuffle things around 2019-09-27 09:44:35 +02:00
Benjamin Pasero 64eed745f5 💄 move a few services around 2019-09-26 18:37:58 +02:00
Rob Lourens 9f6a745027 Bump node2 2019-09-23 21:11:44 -07:00
Alex Dima fe5315badc
Ship codicon with the standalone editor 2019-09-23 13:18:39 +02:00
Andre Weinand 1ad5b21b5a node-debug@1.38.8 2019-09-19 16:27:35 +02:00
Andre Weinand 78f9269daf node-debug@1.38.7 2019-09-19 15:38:50 +02:00
Andre Weinand 29d6e21a77 node-debug@1.38.6 2019-09-19 11:46:54 +02:00
Sandeep Somavarapu 95e877c12b Merge branch 'master' into sandy081/httpEndPointSync 2019-09-18 19:03:24 +02:00
Benjamin Pasero afde7913eb
build - set no-sandbox everywhere (#81096) 2019-09-18 13:55:03 +02:00
Sandeep Somavarapu 1e10216856 trigger sync after closing the conflicts editor 2019-09-18 12:37:21 +02:00
Miguel Solorio 0fa53a6e66 Update refs to include codicon 2019-09-17 09:05:42 -07:00
Joao Moreno 136600a7bb miss compilation 2019-09-17 09:58:33 +02:00
Dirk Baeumer 449b87dad8 Fixes #80985: Language Pack import add ./build folder to internal LP structure. 2019-09-16 15:47:41 +02:00
Benjamin Pasero e81ee53809 web - move welcome to browser 2019-09-16 10:21:19 +02:00
Sandeep Somavarapu 317ed7e1a5 Merge branch 'master' into sandy081/userDataProvider 2019-09-15 19:52:27 +02:00
Benjamin Pasero 53ecdf80c3 build - disable exploration build merge for now 2019-09-13 15:52:01 +02:00
Robo 029e9929ae chore: Update to Electron 6.x (#75802) 2019-09-13 14:53:56 +02:00
Andre Weinand 27d27b39ad node-debug@1.38.5 2019-09-12 12:20:41 +02:00
Alex Dima 29fd3ba77d Add sanity test for package.json 2019-09-11 16:49:56 +02:00
Benjamin Pasero ecc8571a79 web - get product config through build and not via API 2019-09-11 13:49:06 +02:00
Sandeep Somavarapu 65f14490b7 Merge branch 'master' into sandy081/userDataProvider 2019-09-11 13:42:07 +02:00
João Moreno ab10e26096
Fixes #80702 (#80705) 2019-09-11 13:31:42 +02:00
Matt Bierner 011836a150
Prototyping custom editors (#77789)
* Custom Editor exploration

For #77131

Adds a prototype of custom editors contributed by extensions. This change does the following:

- Introduces a new contribution point for the declarative parts of a custom editor
- Adds API for registering a webview editor provider. This lets VS Code decided when to create a webview editor
- Adds an `openWith` command that lets you select which editor to use to open a resource from the file explorer
- Adds a setting that lets you say that you always want to use a custom editor for a given file extension
- Hooks up auto opening of a custom editor when opening a file from quick open or explorer
- Adds a new extension that contributes a custom image preview for png and jpg files

Still needs a lot of UX work and testing. We are also going to explore a more generic "open handler" based approach for supporting custom editors

Revert

* Re-use existing custom editor if one is already open

* Don't re-create custom editor webview when clicking on already visible custom editor

* Move customEditorInput to own file

* First draft of serializing custom editor inputs

* Use glob patterns instead of simple file extensions for matching custom resoruces for custom editors

* Add descriptions

* Try opening standard editor while prompting for custom editor

* Make sure we hide image status on dispose

* Make sure we restore editor group too

* Use glob patterns for workbench.editor.custom

* Allow users to configure custom editors for additional file types

* Use filename glob instead of glob on full resource path

* Adding placeholder for prompt open with

* Add enableByDefault setting for editor contributions

* Enable custom editors by default and add `discretion` enum

Changes `enableByDefault` boolean to a `discretion` enum. This should give more flexibility if we want other options (such as forcing a given custom editor to always be used even if there are other default ones)

* Allow custom editors to specify both a scheme and filenamePattern they are active for

* Rework custom editor setting

* Don't allow custom editors to be enabled for all resources by a config mistake

* Replace built-in image editor with one from extension

* Adding reopen with command

* Improve comment

* Remove commented code

* Localize package.json and remove image

* Remove extra lib setting from tsconfig
2019-09-10 17:56:57 -07:00
Daniel Imms 36410ba33e Merge remote-tracking branch 'origin/master' into pr/jasongin/80293 2019-09-10 12:01:40 -07:00
Rob Lourens 1daa19733f Bump vscode-ripgrep 2019-09-10 11:31:47 -07:00
Sandeep Somavarapu 63e24dd208 Merge branch 'master' into sandy081/userDataProvider 2019-09-10 17:40:05 +02:00
Sergio Schvezov 19526f4123 snap: add assets verbatim (#80585)
* snap: add assets verbatim

Providing the desktop files in snap/gui will have snapcraft copy over
those assets into the snaps meta/gui verbatim.

Addtionally, add a leading ${SNAP} to the Icon entry which was also
moved to snap/gui for the "package" to have an icon by default
(which is important when sideloading).

Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>

* escape

* fix snapcraft.yml

* use @@EXEC@@ in desktop files

* fix bad path

* fix snap desktop file
2019-09-10 17:12:45 +02:00
Benjamin Pasero 93b7ad02df web - add proper callback landing page 2019-09-10 15:56:50 +02:00
Sandeep Somavarapu cae7f1c4b9 Merge branch 'master' into sandy081/userDataProvider 2019-09-10 15:17:32 +02:00
Sandeep Somavarapu c26e198c9c settings sync using remote user data service 2019-09-10 15:16:57 +02:00