58932 Commits

Author SHA1 Message Date
Johannes Rieken
e27d7cafa1 only one double-qoute string rule 2019-12-31 09:14:07 +01:00
Johannes Rieken
f885d7769a remove unused dependency 2019-12-31 09:11:11 +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
1dbc699a78 Merge branch 'master' into joh/eslint-rules 2019-12-30 10:52:40 +01:00
Johannes Rieken
ccd38490b2 use const instead of var 2019-12-30 10:52:27 +01:00
Johannes Rieken
54d20309fa tweak rules and excludes 2019-12-30 10:51:58 +01:00
Isidor Nikolic
2e881b9fe1
Merge pull request #87805 from Vigilans/vigilans/get-selected-resource
Fix list service of TreeView mishandled in block for FileExplorer
2019-12-30 10:41:58 +01:00
Johannes Rieken
a7ca3a5b10 rulesdir/rulePaths for gulp-eslint 2019-12-30 10:29:28 +01:00
Johannes Rieken
291ee0058a add no-buffer-ctor rule 2019-12-30 10:06:37 +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
Jonathan Carter
780d875d6f Remove scheme restriction for Markdown/Emmet language features (#87541)
* Remove scheme restriction for Markdown/Emmet

* Explicitly marking scheme support
2019-12-29 17:11:38 -07:00
Jiaxun Wei
d6245d285e fix: add 'allow-forms' to sandbox attribute. (#87334)
Extensions like "mtxr.sqltools" using form to update configuration, this patch will help them to work with the VS Online Web Edition.
2019-12-29 16:40:03 -07:00
Fabien Launay
faa3aa6f13 fix word repetition in lifecycle.ts comment (#87554) 2019-12-29 16:37:49 -07:00
Vigilans
f3df207f44 Fix #87804 2019-12-28 21:52:38 +08:00
Daniel Imms
502fe13712 Remove ; and : from terminal word separators
These are included in both Windows paths and many links (for ports),
it's probably best to not include these.

Fixes #87583
2019-12-27 08:51:42 -08:00
Benjamin Pasero
511a624232 Revert "editor observer - throttle group active event changes"
This reverts commit 8960b3fd1a47e9c0fc2a2664bb11c1e2812fe8d3.
2019-12-27 12:23:23 +01:00
Benjamin Pasero
8960b3fd1a editor observer - throttle group active event changes 2019-12-27 12:17:14 +01:00
isidor
3d3a7e22cb fixes #87745 2019-12-27 11:42:46 +01:00
Benjamin Pasero
06bb703b9e Editor limit: can end up opening a disposed editor if limit is 1 (fixes #87447) 2019-12-27 09:26:33 +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
Kai Maetzel
8aa2191271
Merge pull request #87704 from zyctree/patch-1
Fix a typo in vscode.d.ts
2019-12-26 12:59:59 -08:00
Pen Tree
64fd341760
Fix a typo in vscode.d.ts 2019-12-26 13:16:22 +08:00
isidor
ff5f581425 explorer view: minor polish 2019-12-24 17:10:25 +01:00
Johannes Rieken
c5e6c9a6a3 Merge branch 'master' into joh/eslint-rules 2019-12-24 16:15:57 +01:00
Johannes Rieken
a73867d8cb replace 'declare var...' with 'declare const...', related #87644 2019-12-24 16:15:23 +01:00
Johannes Rieken
a1047421ff use single eslintrc-file for extensions/ and src/, no type check rules 2019-12-24 16:11:51 +01:00
isidor
1f3ff416b5 debug: minor fix in callstack 2019-12-24 15:38:17 +01:00
isidor
484fa870cf callStack view: do not hide state if the debugger does not support restart frame 2019-12-24 15:27:17 +01:00
Johannes Rieken
d0e72fe1c3 ignore generated files 2019-12-24 15:18:15 +01:00
Johannes Rieken
21bc306204 script run check JS and TS files 2019-12-24 15:13:49 +01:00
isidor
eef751dde2 debug: fix adding to watch 2019-12-24 15:06:07 +01:00
Johannes Rieken
31d049f329 use (most of) generated eslintrc-file 2019-12-24 13:51:11 +01:00
Johannes Rieken
ce0d7058a6 add package.json script 2019-12-24 13:23:57 +01:00
Johannes Rieken
556475c71f add eslint-rules "module" and use it in eslintrc-file 2019-12-24 13:07:59 +01:00
isidor
76c3af8217 fixes #83992 2019-12-24 12:03:11 +01:00
isidor
7531960f4e fixes #83705 2019-12-24 11:35:29 +01:00
isidor
a1875d15c8 fixes #87605 2019-12-24 11:01:26 +01:00
Kai Maetzel
656fff3b1e
Merge pull request #87613 from jzyrobert/87559-fix-locationlink
Correct LocationLink link syntax
2019-12-23 13:54:27 -08:00