Commit Graph

683 Commits

Author SHA1 Message Date
Johannes Rieken
8157c469b6 Merge branch 'master' into joh/bulkEditPreview 2020-01-06 16:34:17 +01:00
Benjamin Pasero
bd1042c160 lint - use single quotes 2020-01-06 12:27:38 +01:00
Johannes Rieken
a9f8033549 eslint - make nls-rule a little more strict 2020-01-03 11:44:54 +01:00
Johannes Rieken
125ba4a8a6 enable custom/forked no-unused-expressions rule 2020-01-03 09:32:40 +01:00
Johannes Rieken
37b071f439 remove custom tslint rules 2020-01-03 08:59:50 +01:00
Johannes Rieken
80e6e42a7e adjust rule to allow double quotes for "use strict" and other directives 2020-01-02 20:43:58 +01:00
Johannes Rieken
324764a4df cleanup rule meta data, add links when possible 2019-12-31 11:32:41 +01:00
Johannes Rieken
e27d7cafa1 only one double-qoute string rule 2019-12-31 09:14:07 +01:00
Johannes Rieken
9fefd2b6fb relax and allow double quoted strings appearing inside localize call 2019-12-30 18:45:33 +01:00
Johannes Rieken
c9179d1e6a fix nls-rule when using member-expression 2019-12-30 18:39:30 +01:00
Johannes Rieken
a61f38eee5 migrate no-unexternalized-strings rule (have two variants) 2019-12-30 17:48:21 +01:00
Johannes Rieken
53d1dffaff use AST selector to simplify things 2019-12-30 14:57:04 +01:00
Johannes Rieken
4db80066b4 use ts-es-tree-typings, support import-equals 2019-12-30 14:08:44 +01:00
Johannes Rieken
11f9af09d7 check call expression argument length 2019-12-30 13:33:42 +01:00
Johannes Rieken
808865cf57 extract import path detection into util 2019-12-30 13:01:33 +01:00
Johannes Rieken
b05b481265 migrate no-standalone-editor rule 2019-12-30 11:23:53 +01:00
Johannes Rieken
2ea9132cab migrate no-nls-in-standalone-editor rule 2019-12-30 11:19:24 +01:00
Johannes Rieken
a3bd604627 migrate translation remind rule 2019-12-30 11:09:38 +01:00
Johannes Rieken
9819da68ab migrate import-patterns rule to eslint 2019-12-30 10:03:52 +01:00
Johannes Rieken
b0d38052b5 use rulesdir instead of rules-module 2019-12-30 09:46:58 +01:00
Johannes Rieken
1075b91187 tweaks 2019-12-30 09:24:56 +01:00
Johannes Rieken
0aa86043c2 Merge branch 'master' into joh/eslint-rules 2019-12-30 09:05:53 +01:00
Benjamin Pasero
7909462634 tslint - rewrite globals rule to not use tslint (#87754)
* tslint - rewrite globals rule to not use tslint

* comments
2019-12-27 08:57:03 +01:00
Johannes Rieken
556475c71f add eslint-rules "module" and use it in eslintrc-file 2019-12-24 13:07:59 +01:00
Johannes Rieken
ddb6d058f7 Merge branch 'master' into joh/bulkEditPreview 2019-12-20 12:01:15 +01:00
Sandeep Somavarapu
dbc7fa3c3e #87246 Introduce name in view container 2019-12-18 21:42:56 +01:00
Johannes Rieken
ee9d42129d first cut of panel and changes tree 2019-12-18 12:08:06 +01:00
Benjamin Pasero
19062a2976 debt - move workbench.enableExperiments to correct place 2019-12-18 11:42:43 +01:00
Peng Lyu
8d8580260f Merge remote-tracking branch 'upstream/master' into rebornix/notebook 2019-12-09 11:04:24 -08:00
Matt Bierner
529351318e Removing test custom editors 2019-12-02 17:53:32 -08:00
Peng Lyu
d6d29a6ef4 layout editor with dimentions 2019-11-29 13:36:36 -08:00
Alexandru Dima
0789507d6b Commit missing output file 2019-11-28 10:30:41 +01:00
ZHAO Jinxiang
352d641042 Add .cjs to known JavaScript file extensions (#85460) 2019-11-25 19:46:09 -08:00
Alexandru Dima
b5ce6014d7 Improve output in case of errors and generate an analysis folder with the source content (for easy diffing) 2019-11-13 11:15:38 +01:00
Alexandru Dima
032925e74e Improve error reporting during treeshaking 2019-11-13 11:15:36 +01:00
Alexandru Dima
f6b6a97807 Take typings from tsconfig.monaco.json 2019-11-13 11:15:36 +01:00
Benjamin Pasero
d2cff74b66 web - make sure adblocker do not prevent startup
Renamed workspace stats => workspace tags
2019-11-13 07:47:20 +01:00
Benjamin Pasero
0ec1207e40 build - compile leftover 2019-11-13 07:38:16 +01:00
Benjamin Pasero
2977cfea26 encoding - more tests 2019-11-12 09:57:58 +01:00
Rachel Macfarlane
b9a9714d4c First cut of OAuth in the AuthTokenService 2019-11-11 12:45:38 -08:00
Matt Bierner
806bcecfa7 Merge branch 'master' into ben/test-custom-editor 2019-11-08 14:52:18 -08:00
Alex Dima
c9a2de2d9c Improve integration test output on Windows (#84239) 2019-11-08 17:21:35 +01:00
Benjamin Pasero
9893f45eb2 Merge branch 'master' into ben/test-custom-editor 2019-11-07 09:45:27 +01:00
Matt Bierner
c8d64b13e5 Add code actions contributon point
For #82718
Fixes #52846

This adds a newly proposed codeActions contribution point. For details, see #82718

This change also makes the intellisense for the `editor.codeActionsOnSave` property dynamic by using the new contribution point
2019-11-06 10:13:59 -08:00
Benjamin Pasero
bc29be3025 custom editor - first cut playground 2019-11-06 11:53:14 +01:00
Benjamin Pasero
14c3b2e486 Update build to use node.js 12.x (#83967)
* build - update to node.js 12x for building

* fix it

* adopt vscode-gulp-watch
2019-11-05 09:53:15 +01: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
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