Commit Graph

94 Commits

Author SHA1 Message Date
Benjamin Pasero 9f1aa3c9fe debt - remove node pieces from environment (#82598) 2020-04-06 09:12:41 +02:00
Benjamin Pasero a949694b25 debt - reduce usage of explicit any 2020-02-28 11:33:55 +01:00
Martin Aeschlimann 5db448e37b refactor stdin code 2019-12-30 16:57:22 +01:00
Benjamin Pasero 06aadb28a7 debt - prepare for node 12 2019-10-28 09:54:19 +01:00
Martin Aeschlimann b8bb5e71b1 Cleanup src/vs/platform/environment/node/argv.ts. Fixes #76239 2019-10-24 10:15:21 +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
Benjamin Pasero da76f05e7a electron - revert to Electron 4 2019-09-30 14:55:17 +02:00
Benjamin Pasero 304693f37e debt - async import for cli 2019-09-30 11:30:07 +02:00
Benjamin Pasero afde7913eb build - set no-sandbox everywhere (#81096) 2019-09-18 13:55:03 +02:00
Benjamin Pasero 93bb67d7ef debt - use common/product over node/product 2019-09-16 11:35:11 +02:00
Benjamin Pasero 5e1179f0b8 web - move help actions to browser 2019-09-16 10:37:58 +02:00
João Moreno ab10e26096 Fixes #80702 (#80705) 2019-09-11 13:31:42 +02:00
Martin Aeschlimann 9d4b47dbed optionDescriptions as parameter of parseArgs 2019-09-09 14:43:13 +02:00
Martin Aeschlimann 6cee0791bf Remove suppressImplicitAnyIndexErrors For. #76442 2019-07-03 12:00:22 +02:00
Logan Ramos 4a69a71065 Telemetry Command (#76029)
* Added telemetry command

* Initial Build support

* Added build logic for telemetry

* Linux Builds

* Windows builds sort of work

* Remove arm telemetry extraction

* Remove alpine telemetry extraction

* Remove accidental s

* More try catch
2019-06-24 18:47:12 -07:00
Matt Bierner 247d61f4f1 Remove log uploader
Fixes #75748
2019-06-20 10:27:36 -07:00
Benjamin Pasero 07eb3487f0 debt - introduce lifecycle phases on electron-main and adopt 2019-06-03 11:17:53 +02:00
Benjamin Pasero 4b3340352f debt - prefer our file service 2019-05-25 07:51:59 +02:00
Martin Aeschlimann 6a956ce219 add locate-extension as command line parameter 2019-04-09 16:23:12 +02:00
Benjamin Pasero 84726e51f4 debt - merge extfs and pfs 2019-04-01 08:45:46 +02:00
Martin Aeschlimann fa854de2af URI for waitMarkerFilePath 2019-03-22 16:21:10 +01:00
Benjamin Pasero 1e17319bfd fix #69588 2019-03-02 11:00:09 +01:00
Benjamin Pasero 1aee0c194c debt - scaffold a service for package.json/product.json access 2019-02-21 12:55:46 +01:00
Benjamin Pasero 622b3d62dd paths - paths.node.ts => path.ts 2019-02-12 20:36:23 +01:00
SteVen Batten 5ebd625b40 use new path implementation (#68538)
* adopt paths.node over path

* fix strict null

* remove hacky typing inlabel.test.ts
2019-02-12 20:14:50 +01:00
Martin Aeschlimann efc4d93818 make argv handling reusable 2019-01-22 15:56:28 +01:00
Rob Lourens ef2547d547 replace void 0 with undefined 2019-01-03 11:20:19 -08:00
Johannes Rieken 653280d133 debt - Thenable -> Promise 2018-12-13 11:31:54 +01:00
Joao Moreno f4c2b2021d debt: remove TPromise from cli
related to #62716
2018-11-15 17:58:58 +01:00
Johannes Rieken b35d879f76 update v8 profiler package 2018-11-12 17:37:10 +01:00
Matt Bierner 5acd78e288 Strict null checks 2018-11-08 18:15:43 -08:00
Matt Bierner cb05d8fdf3 Strict null checks 2018-11-08 18:04:56 -08:00
Benjamin Pasero 4252e67b35 fix one part of #60192 2018-10-26 11:52:44 +02:00
Johannes Rieken b65d113c0a prefix names with prof-, #59505 2018-10-08 10:56:42 +02:00
Johannes Rieken 56dd8943ce fix #59216 2018-09-24 13:59:33 +02:00
Johannes Rieken f6c98dfa5e remove console log, #58929 2018-09-21 15:10:35 +02:00
Johannes Rieken a2898d57fa implement chooseTab when connecting to the renderer, #58929 2018-09-21 15:10:35 +02:00
Johannes Rieken e25d7ddbf0 fail more graceful when a process cannot be profiled, #58929 2018-09-21 12:35:15 +02:00
Benjamin Pasero 2466d395af first pass of WinJS.done() usage (for #57695) 2018-09-03 15:19:51 +02:00
Johannes Rieken 1420060f82 correct handshake to end profiling, related to #55675 2018-09-03 14:07:55 +02:00
Johannes Rieken 01ce593e96 improve error message and tell user to quit vscode first, #55675 2018-09-03 14:07:55 +02:00
Johannes Rieken daf9ca32d9 use random port for profiling ports, #55675 2018-09-03 14:07:55 +02:00
Nikolai Vavilov aaa778b5e2 Use 'r+' with truncation when saving existing files on Windows (#42899)
* Use 'r+' with truncation when saving existing files on Windows

Opening a file with 'w' flag removes its alternate data streams. To
prevent this, extend the logic used for hidden files to all existing
files.

Fixes: https://github.com/Microsoft/vscode/issues/6363

* adopt truncate for saving as admin
2018-08-20 18:55:12 +02:00
Benjamin Pasero 18b5d32140 fix #52583 2018-07-17 12:14:06 +02:00
Joao Moreno ba7b1cb0d5 cleanup more promises
related to #53442
2018-07-02 16:49:11 +02:00
Peng Lyu 6729e2b7df --max-memory and fix test failture. 2018-02-13 15:12:07 -08:00
Peng Lyu 50a1deb9f6 Fix #42839. avoid ui freeze when file is larger than heap size limit. 2018-02-13 14:07:01 -08:00
Ramya Achutha Rao b8b726b4a9 Remove unused net declaration 2018-02-01 16:03:07 -08:00
Matt Bierner 1872949236 Use args based confirmation for log upload instead of using stdin 2018-02-01 15:31:56 -08:00
Matt Bierner d233df9a12 Use named pipe for stdio in upload logs
Fixes #42635
2018-02-01 14:22:28 -08:00