Commit graph

99 commits

Author SHA1 Message Date
Benjamin Pasero ad41bd2674 web - introduce browser environment service
Hello first commit from browser :)
2019-06-18 16:01:39 +02:00
Benjamin Pasero c255f9efba web - first cut API 2019-06-17 10:02:50 +02:00
Martin Aeschlimann 39ec656916 minimize distro deltas 2019-06-07 11:30:24 +02:00
Daniel Imms 1347b68e19 Add comment explaining xterm exception in tslint 2019-06-04 14:45:32 -07:00
Daniel Imms cbbbc0747b Add new search addon and adopt 2019-06-04 11:15:19 -07:00
Daniel Imms 7dab6dffcc Merge remote-tracking branch 'origin/master' into tyriar/replace_vscode_xterm 2019-06-03 13:43:03 -07:00
Benjamin Pasero 07eb3487f0 debt - introduce lifecycle phases on electron-main and adopt 2019-06-03 11:17:53 +02:00
isidor a356803eae Revert "remoteAgentConnection: await import('vsda')"
This reverts commit 01f3f61234.
2019-05-27 16:30:53 +02:00
isidor 01f3f61234 remoteAgentConnection: await import('vsda')
#74398
2019-05-27 16:17:09 +02:00
Daniel Imms 34aa37c398 Replace vscode-xterm with xterm 2019-05-24 17:34:10 -07:00
Alex Dima f0ba210ef9 Add support for vscode-textmate in the browser 2019-05-24 18:33:28 +02:00
Alex Dima 24d42757e9 Layering rules 2019-05-22 13:03:27 +02:00
Johannes Rieken 66492d7138 move files around 2019-04-12 12:14:34 +02:00
Johannes Rieken c0821aa5e9 move extHost-files to common 2019-04-10 10:26:52 +02:00
Martin Aeschlimann 6b43c6bfee enable no-nls-in-standalone-editor again 2019-03-25 15:30:09 +01:00
Benjamin Pasero 6e72694a79 unblock ts language service 2019-03-25 15:26:29 +01:00
Alex Dima 78d62636f0 Move standalone editor nls calls to standaloneStrings which will be translated via VS Code 2019-03-25 12:41:32 +01:00
Benjamin Pasero 384773d4b3 make ts lint happy 2019-03-19 17:36:53 +01:00
Johannes Rieken 7dbe3bfa09 disallow vscode-dependency in extHost.protocol, #70319 2019-03-19 16:53:12 +01:00
Johannes Rieken c92ce4014f move extHost.protocol to common, #70319 2019-03-19 15:46:01 +01:00
Daniel Imms 5d2a154da6 Add terminal-specific tslint rule to allow vscode-xterm imports 2019-03-04 16:56:26 -08:00
Benjamin Pasero 1aee0c194c debt - scaffold a service for package.json/product.json access 2019-02-21 12:55:46 +01:00
Benjamin Pasero 81cfc620b6 debt - lift explorer from electron-browser to browser 2019-02-21 08:57:41 +01:00
Benjamin Pasero ac826e1866 debt - clean up vs/platform a little bit 2019-02-08 09:09:27 +01:00
Benjamin Pasero 35523f6c51 debt - workbench/parts => workbench/contrib (update imports and scripts) 2019-02-07 11:48:58 +01:00
Benjamin Pasero a455381dd1 debt - disallow cross-part dependencies for files part 2019-02-04 09:55:28 +01:00
Benjamin Pasero 002cd6253b
move exthost into extensions service where its used from (#67131) 2019-01-25 18:28:34 +01:00
Matt Bierner 873fc8fc38 Enable tslint number-literal-format 2019-01-04 15:45:28 -08:00
Matt Bierner a131278f4a Enabling no-redundant-jsdoc for tslint 2019-01-04 15:34:50 -08:00
Matt Bierner 5cc00861fc Enable no-var-keyword tslint rule 2019-01-03 18:02:48 -08:00
Matt Bierner cd88417f49 Enabling a few more tslint rules in the codebase 2019-01-03 17:39:12 -08:00
Rob Lourens 02275f047b Add tslint rule banning new Buffer 2018-10-25 10:05:34 -07:00
Benjamin Pasero 37c5c722c3 debt - bring layering rules up to speed 2018-09-03 07:33:39 +02:00
Alex Dima 3989e2d7f6 Fixes #48758: Do not import standalone editor modules 2018-05-31 11:25:37 +02:00
Joao Moreno 36a7335155 Merge remote-tracking branch 'origin/master' into smoketest 2018-04-11 11:09:29 +02:00
Rachel Macfarlane 609c4ba1e7
Add process explorer, #41045 (#47530) 2018-04-09 17:35:17 -07:00
Joao Moreno b1f17c53d1 wip: code driver 2018-04-04 16:04:36 +02:00
Erich Gamma 9c553da1c8 Share a common tslint.json between the language service and the hyiene task 2018-02-03 17:47:14 +01:00
Erich Gamma c7b7ace3d4 Perform the tslint checks in the context of a program to enable checks which require type information 2018-02-02 16:11:16 +01:00
Erich Gamma c51cdbdf8f experiment with unused variables 2018-01-30 10:35:31 +01:00
Benjamin Pasero 76cbab0a2f some polish and fixes 2018-01-19 12:02:44 +01:00
Benjamin Pasero 6b30ade4ea startup - convert workspacestats to workbench contribution 2017-11-13 18:35:28 +01:00
Alex Dima 8a79656f6a vs/editor/contrib is /browser/ by convention (#37834) 2017-11-08 22:54:31 +01:00
Erich Gamma 56111c9cc6 update to tslint5 2017-11-07 12:08:22 +01:00
Max Schmitt f4aa124730 TSLint: Fixed Syntax Warning (#37036)
Fixed incorrect syntax in the semicolon setting. TSlint does give a warning, if you set the set "always" as the first parameter. It expects a boolean as the first and "always" as the second.
More information you will find here: https://palantir.github.io/tslint/rules/semicolon/
2017-10-28 11:47:46 +02:00
Erich Gamma 53b9de658e revert disabling no-unused-variable rule 2017-10-27 16:08:17 +02:00
Erich Gamma 117e621595 Reject promise when there is a parse error in a package.json file. 2017-10-27 16:06:36 +02:00
Benjamin Pasero e6e9092fb6 fix layering rules in workbench services 2017-10-18 11:28:47 +02:00
Joao aef7f7b1db remove allow-async tslint rule 2017-09-12 14:55:42 +02:00
Alex Dima aabeedddea Move extension service code to vs/workbench/services/extensions 2017-08-14 16:57:53 +02:00