Commit Graph

2196 Commits

Author SHA1 Message Date
Rachel Macfarlane bfa915d619 Support 'workbench.action.openIssueReport' command in the web - directly open GitHub 2019-10-28 15:18:10 -07:00
Martin Aeschlimann 6c0fe8cb04 --diff does not work with WSL. Fixes #83473 2019-10-28 22:53:06 +01:00
Benjamin Pasero 06aadb28a7 debt - prepare for node 12 2019-10-28 09:54:19 +01:00
Andre Weinand b2fd9bfcf6 Remove IElectronService.openExtensionDevelopmentHostWindow; fixes #81060 2019-10-25 15:50:51 +02:00
Benjamin Pasero 5ff0b530ba web - cleanup vendor specific CSS rules 2019-10-25 12:45:37 +02:00
Joao Moreno a143fc36f8 fixes #83205 2019-10-24 11:25:31 +02:00
Martin Aeschlimann b8bb5e71b1 Cleanup src/vs/platform/environment/node/argv.ts. Fixes #76239 2019-10-24 10:15:21 +02:00
Eric Amodio a1561eb79b Adds window border support to splash 2019-10-24 02:31:13 -04:00
Benjamin Pasero a583ce8228 web - provide env.isBuilt properly 2019-10-23 15:38:26 +02:00
Joao Moreno db0f534439 introduce sessionId 2019-10-23 12:17:59 +02:00
Benjamin Pasero ff026e0601 Web: support for untitled workspaces (fixes #82599) 2019-10-22 17:15:25 +02:00
SteVen Batten e5dd57a127 add helper function for menubarvisibility
fixes #82907
2019-10-21 14:40:38 -07:00
Benjamin Pasero 935b0f1c0d debt - optional chaining 2019-10-21 15:44:21 +02:00
Benjamin Pasero 139dde2e07 web - change environment to payload API 2019-10-21 14:57:58 +02:00
Benjamin Pasero 07ee925337 Web: implement browser extension debug service properly (fixes #81493) 2019-10-21 11:22:32 +02:00
Benjamin Pasero 3bb34b269a web - stay in standalone mode when opening new windows from standalone 2019-10-18 08:57:31 +02:00
Miguel Solorio 74e61de8e8 Merge branch 'master' into misolori/icon-font 2019-10-17 12:23:08 -07:00
SteVen Batten ede82b1638 set a new minimum window size 600x600
resolves #80995
resolves #78165
2019-10-17 11:38:42 -07:00
Benjamin Pasero ffd35253af web - remove inlined csp 2019-10-17 17:18:38 +02:00
Miguel Solorio 42d4a3b5c8 Replace 'Octicon' refs with 'Codicon' 2019-10-16 11:38:15 -07:00
Miguel Solorio 1f9045f47c Replace Octicons with Codicons 2019-10-14 19:15:35 -07:00
Rachel Macfarlane f6668e808a Close process explorer on cmd/ctrl+w, fixes #64373 2019-10-14 11:59:58 -07:00
Benjamin Pasero ce720bbbb0 web - fix spelling mistake 2019-10-14 15:34:55 +02:00
Benjamin Pasero 23956cc5e2 update to electron 6.0.x (#81644)
* update to electron 6.0.x

* chore: bump electron@6.0.12
2019-10-10 12:26:28 -07:00
Daniel Imms 1dd67cb2ce Merge pull request #82103 from nikeee/fix-executable-bits
Remove executable bits from non-executable files
2019-10-10 07:57:26 -07:00
Joao Moreno 3b473663d9 comment 2019-10-10 10:49:50 +02:00
Joao Moreno 7ab14b67e6 fixes #82212 2019-10-10 10:40:55 +02:00
Daniel Imms dfee0337a5 Merge branch 'master' into fix-executable-bits 2019-10-09 15:16:07 -07:00
Jackson Kearl 11b28d3872 Disallow reloading in issue reporter. Fixes #77171 (#82131) 2019-10-09 13:58:40 -07:00
Benjamin Pasero 710be19dbf Revert "🆙 distro"
This reverts commit 3831ba8c0a.
2019-10-09 15:24:43 +02:00
Benjamin Pasero 3831ba8c0a 🆙 distro 2019-10-09 15:23:11 +02:00
Niklas Mollenhauer 1cc0b592c2 Remove executable bits from non-executable files 2019-10-08 15:18:42 +02:00
Matt Bierner b0dccbcf75 Marking a bunch of static variables as readonly
Readonly helps out with TS's type guards and is also a good best practice. Specifically, readonly strings/numbers have their literal type instead of a generic `string` | `number` type, which can help catch dead code and some common programming mistakes
2019-10-07 15:40:02 -07:00
Rachel Macfarlane d1b81e23db Remove applicationinsights-web dependency 2019-10-07 14:34:21 -07:00
Matt Bierner 4a461d267f Converting a few functions in ITokenizationRegistry to return undefined instead of null 2019-10-07 14:18:58 -07:00
Benjamin Pasero e9ee372447 debt - reduce usage of strict null bypass 2019-10-07 10:56:34 +02:00
Benjamin Pasero c617db19b0 debt - some strict function types (#81574) 2019-10-05 16:11:41 +02:00
Benjamin Pasero ae891b59bc web - do not reload if workspace is equal 2019-10-05 08:18:39 +02:00
Benjamin Pasero 45856f0eba debt - windows => windowsMainService 2019-10-05 08:12:42 +02:00
Benjamin Pasero ffbc48855a debt - add whenClosedOrLoaded into window class 2019-10-05 08:09:56 +02:00
Benjamin Pasero 86a42393b0 debt - handle window errors in window class 2019-10-05 08:03:45 +02:00
Benjamin Pasero c55d704a14 debt - move pick & open into electron main service 2019-10-05 07:58:41 +02:00
Martin Aeschlimann 6a90438f02 WSL window opening with windows path. Fixes https://github.com/microsoft/vscode-remote-release/issues/1537 2019-10-03 11:44:47 +02:00
Benjamin Pasero c5e2892b29 urls - add option to disable confirm dialog 2019-10-02 14:38:37 +02:00
Martin Aeschlimann af2126c725 support code --remote ssh+remote+xy /pathOnXY. For https://github.com/microsoft/vscode-remote-release/issues/585 2019-09-30 15:59:20 +02:00
Benjamin Pasero da76f05e7a electron - revert to Electron 4 2019-09-30 14:55:17 +02:00
Benjamin Pasero 25fb4bcd78 debt - move enterWorkspace into workspace service 2019-09-30 11:35:50 +02:00
Benjamin Pasero 65c65e2697 debt - introduce and use dialog main service 2019-09-30 11:33:40 +02:00
Benjamin Pasero f8cdbe7421 host - reduce methods that are required 2019-09-30 11:32:31 +02:00
Benjamin Pasero 7928b7fb00 debt - move ISharedProcess 2019-09-30 11:30:07 +02:00