Commit Graph

44 Commits

Author SHA1 Message Date
haru
82924297c7 microsoft/vscode#79579 Add Yu Gothic UI to font-family jp 2019-08-24 17:44:14 +09:00
Benjamin Pasero
262bb4c4ad debt - make diagnostics service only accessible from node 2019-08-15 09:42:43 +02:00
Benjamin Pasero
03a43bbacb debt - move issue service out of common since it will not be supported in the web for now 2019-08-15 09:31:57 +02:00
Matt Bierner
98b5ee978b Replacing IDisposible[] with DisposableStore
#74250
2019-07-02 16:37:35 -07:00
Rachel Macfarlane
668068e26f Fix process explorer highest memory calculation 2019-04-12 14:34:20 -07:00
Rachel Macfarlane
019f23ed01 Return processes in original order, not alphabetized 2019-04-08 16:30:35 -07:00
Rachel Macfarlane
4c512883c9 Improve error handling when fetching diagnostics 2019-04-08 15:49:57 -07:00
Rachel Macfarlane
97f93d2901 Process explorer refactoring 2019-04-05 15:14:21 -07:00
Rachel Macfarlane
65e55416c4 Some diagnostics refactoring 2019-04-03 15:51:20 -07:00
Matt Bierner
e7a7248009 Work on implicit any errors
#70352
2019-03-20 16:53:43 -07:00
Benjamin Pasero
1aee0c194c debt - scaffold a service for package.json/product.json access 2019-02-21 12:55:46 +01:00
Rachel Macfarlane
a94b94ff57 Fix #52562, Process Explorer: NVDA reads the whole table dimension every time before reading each cell value 2019-01-25 15:41:56 -08:00
Rachel Macfarlane
88de59d497 Improve Process explorer's hover, fixes #66279 2019-01-25 13:47:46 -08:00
Benjamin Pasero
83232ef060 fonts - remove HelveticaNeue-Light from list 2019-01-04 10:11:04 +01:00
Rachel Macfarlane
c60affcd20 Add language specific font overrides to issue reporter and process explorer, #65781 2019-01-02 10:01:49 -08:00
isidor
959669bec6 cleanup debug commands used by process explorer 2018-12-27 15:13:10 +01:00
Matt Bierner
90416b8edb Strict null check workbench issue service 2018-12-10 17:14:00 -08:00
Rachel Macfarlane
86052e38f3 Support debugging process from the process explorer, closes #63147 (#63953) 2018-11-30 13:27:27 -08:00
Matt Bierner
85da9e27d6 Strict null checks
#60565
2018-10-22 15:51:29 -07:00
Matt Bierner
c63c97c128 Remove use strict directives in main vs code ts files
We compile using the alwaysStrict flag so these directives are not needed
2018-10-02 16:05:44 -07:00
Rachel Macfarlane
5cc3aa24c4 Fixes #52578, Process Explorer: NVDA does not announce CPU% and Memory(MB) 2018-09-24 16:32:43 -07:00
Benjamin Pasero
38e76c0214 fix bootstrap issues 2018-09-07 17:25:18 +02:00
Benjamin Pasero
f3b191ab38 @ts-check for bootstrap JS files 2018-09-07 16:05:28 +02:00
Alex Dima
de17948191 Simplify the loading of the loader in the renderer processes 2018-09-07 12:59:08 +02:00
Benjamin Pasero
a4bf919e59 Cleanup bootstrap files (#58171)
* bootstrap  - first cut

* bootstrap => bootstrap-fork, bootstrap-shared => bootstrap

* bootstrap - extract uriFromPath()

* bootstrap - extract readfile/writefile

* bootstrap - share more code when loading renderers

* boostrap-electron-browser => bootstrap-window

* bootstrap - cleanup main.js

* bootstrap - handle index.js

* bootstrap 💄
2018-09-07 12:23:09 +02:00
Johannes Rieken
7a6a466cab tweak all those copies of uriFromPath, #56691 2018-08-24 10:58:08 +02:00
Benjamin Pasero
8d72e849d3 Debt: avoid electron remote module (#57134)
* debt - avoid usages of electron remote module

* debt - comment out remote & sendSync from electron.d.ts
2018-08-24 09:54:25 +02:00
Benjamin Pasero
8f96ce69e2 debt - reduce usage of electron remote module 2018-08-23 13:09:27 +02:00
Daniel Imms
5dc414cbc9 Revert "Merge pull request #54854 from Microsoft/revert-52782-electron-2.0.x"
This reverts commit 90fc7e66e2, reversing
changes made to 3b25417fa2.
2018-07-23 07:34:16 -07:00
Sandeep Somavarapu
1dc23e548e Revert "Update to Electron 2.0.x" 2018-07-23 10:58:49 +02:00
Benjamin Pasero
50f90e4275 Merge branch 'master' into electron-2.0.x 2018-07-09 17:40:32 +02:00
Dirk Baeumer
3c0abb8d8a Add support to regenerate nsl cache if corrupted. 2018-07-03 12:13:30 +02:00
Benjamin Pasero
9459d2aae0 Update to Electron 2.0.x 2018-06-25 09:32:06 +02:00
Benjamin Pasero
e47a9c9eef revert electron 2.0.x update 2018-06-25 09:28:34 +02:00
Benjamin Pasero
e7d29e9ccc Electron v2.0.0 (#48290)
* Update to Electron 2.0-beta.7

* back to exploration build

* fix compile errors

* workaround build issue (go back to 1.24.0)

* bump to 1.25.0

* use electron 2.0.2

* revert custom distro
2018-06-08 18:32:49 +02:00
Rachel Macfarlane
347414f8d4 Add 'copy' and 'copyAll' commands to Process Explorer, fixes #48961 2018-05-02 16:30:32 -07:00
Rachel Macfarlane
3f53efa597 Show window title as part of process name in process explorer, fixes #48626 2018-04-30 15:00:37 -07:00
Rachel Macfarlane
976ef115c3 Change cursor to default in process explorer, #48585 2018-04-25 20:06:07 -07:00
Rachel Macfarlane
741e7e413b Show context menu on right click in process explorer, #48498 2018-04-25 19:37:00 -07:00
Rachel Macfarlane
cd67768392 Left align 'Name' label in process explorer, fixes #48500 2018-04-25 10:27:42 -07:00
Benjamin Pasero
6cb06b7cb5 Revert "Electron v2.0.0 (#47289)"
This reverts commit f7ec491c3e.
2018-04-20 17:22:31 +02:00
Benjamin Pasero
676e978a67 fix bad imports 2018-04-17 17:36:42 +02:00
Benjamin Pasero
f7ec491c3e Electron v2.0.0 (#47289)
* Update to Electron 2.0.0-beta.7

* bump to electron 2.0.0-beta.7

* localStorage - workaround birthtime rounding issues that clear workspace storage

* fix compile error

* workaround #47569

* localStorage - add telemetry for successful migration

* increment to localStorageTimers4

* localStorage - allow to restore from backup if starting with 1.7.x again

* logLocalStorageMigrationStatus only on insider

* back to official distro

* 💄

* still use exploration distro

* remove GTK3 emoji picker which does not seem to work

* 💄
2018-04-13 08:23:12 +02:00
Rachel Macfarlane
609c4ba1e7 Add process explorer, #41045 (#47530) 2018-04-09 17:35:17 -07:00