Commit graph

58949 commits

Author SHA1 Message Date
Johannes Rieken
2bd15957aa tweak ignore file 2019-12-31 10:39:33 +01:00
Johannes Rieken
dc84c71213 update 'gulp eslint' and 'gulp hygiene' so that eslint also seens TS files 2019-12-31 10:36:33 +01:00
Johannes Rieken
f16368c2f9 Merge branch 'master' into joh/eslint-rules 2019-12-31 09:54:22 +01:00
Johannes Rieken
f01f7ebe93 fix some (future) linting issues 2019-12-31 09:54:04 +01:00
Johannes Rieken
600fdedbac correctly configure rule paths in hygiene task 2019-12-31 09:29:41 +01:00
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
Daniel Imms
79052bb8eb Add terminal-specific mouse sensitivity options
Fixes #87240
2019-12-30 15:07:39 -08:00
Daniel Imms
88304ad491 Tweak working on min contrast ratio
Fixes #86426
2019-12-30 14:58:51 -08:00
Daniel Imms
6dc58bec45 Fix number[] sorting
Part of #86440
2019-12-30 14:56:41 -08:00
Daniel Imms
9ebb7c43bc Promote Terminal.creationOptions to stable
The API did not have a proposed API guard in place

Fixes #63052
2019-12-30 14:31:02 -08:00
Martin Aeschlimann
b95f32b0cb update distro 2019-12-30 21:07:25 +01:00
Daniel Imms
2c69f61f5b Use forcibly over forcefully
Part of #86400
2019-12-30 11:15:15 -08:00
Rob Lourens
6edd69eaf5 Fix #87343 2019-12-30 11:13:04 -08:00
Daniel Imms
d8d87f5c45 Add self to mailmap 2019-12-30 10:15:02 -08: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
isidor
f3a78d3668 Move dialog details to description row in custom dialog
fixes #85057
2019-12-30 17:36:11 +01:00
Martin Aeschlimann
5db448e37b refactor stdin code 2019-12-30 16:57:22 +01:00
isidor
7e68a32075 fixes #87873 2019-12-30 15:18:30 +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
Sandeep Somavarapu
6eaf748366 Fix #87285 2019-12-30 12:55:07 +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 8960b3fd1a.
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