Commit graph

59038 commits

Author SHA1 Message Date
Benjamin Pasero
c4192e9bd3 change active-editor to ${activeEditorLanguage} (for #78903) 2020-01-06 15:25:29 +01:00
Benjamin Pasero
2c92f67ec5 eslint - add a few more for no-restricted-globals rule 2020-01-06 15:16:17 +01:00
Alexandru Dima
5418a56423
Fixes microsoft/monaco-editor#1746: Add typings for all possible options, even the global ones 2020-01-06 13:34:15 +01:00
Johannes Rieken
36417c4482 add (unbound) openReference command that closes peek, #86880 2020-01-06 12:46:13 +01:00
Johannes Rieken
22523d595d remove duplicated commands via ContextKeyExpr.OR-usage 2020-01-06 12:42:46 +01:00
Benjamin Pasero
bd1042c160 lint - use single quotes 2020-01-06 12:27:38 +01:00
Benjamin Pasero
68474b90a7 fix output link detector for overlapping paths (fix #88121) 2020-01-06 12:09:04 +01:00
Johannes Rieken
54462828cc fix #87987 2020-01-06 12:02:39 +01:00
Benjamin Pasero
9978a6ae5e output - 💄 modernize 2020-01-06 11:45:25 +01:00
Benjamin Pasero
7645002c21 editors - first open editor before activating group
Previously we would fire a wrong active-editor-change-event when more than one group is opened and the user clicks into an inactive editor of the inactive group because we would first activate the group and then open the editor.
2020-01-06 11:17:14 +01:00
Benjamin Pasero
5410d71fb4 💄 file service errors 2020-01-06 11:15:31 +01:00
Benjamin Pasero
9349e9a2fd build - try to fix eslint compile issue in builds folder 2020-01-06 10:59:05 +01:00
Alex Ross
df6adac482 Candidate port detail shouldn't be the whole long command
Fixes #88059
2020-01-06 10:57:44 +01:00
Alex Ross
dccd0b23cc Fix localAddressPort in openTunnel
Fixes #88064
2020-01-06 10:48:22 +01:00
Benjamin Pasero
541474a7d8 debt - print errors in main properly (#84283) 2020-01-06 10:44:35 +01:00
Benjamin Pasero
e20e2f306e update distro 2020-01-06 10:33:15 +01:00
Benjamin Pasero
8708d6e4dd
eslint - add rule to restrict certain globals (#88123) 2020-01-06 10:24:40 +01:00
Benjamin Pasero
0fd2883856 Allow to configure "files.defaultLanguage" to use current language (fix #78903) 2020-01-06 10:21:05 +01:00
Johannes Rieken
0bce136f24 update extension dependency, https://github.com/microsoft/vscode/issues/87625 2020-01-06 10:17:44 +01:00
Alexandru Dima
f3f7bc580a
Fixes microsoft/monaco-editor#1729: Fix running the build on Windows (files with \r\n) 2020-01-06 10:07:58 +01:00
Johannes Rieken
bf2dbfc341 use fontFeatureSettings from editor in suggest widget, #87994 2020-01-06 09:49:27 +01:00
isidor
7400168b53 minor linting 2020-01-06 09:15:24 +01:00
Benjamin Pasero
626049a11c Large file under git control encoding guess can freeze the editor (fix #87205) 2020-01-06 08:33:27 +01:00
Martin Aeschlimann
ee8eb463a2 [folding] Don't expand when clicking on space after collapsed line. Fixes #53886 2020-01-05 22:37:23 +01:00
Martin Aeschlimann
f1cf555d18 "fold" command when invoked on a folded line should apply to the enclosing level. Fixes #87810 2020-01-05 22:17:28 +01:00
Martin Aeschlimann
54ee1655f6 folded background uses transparent selection color. Fixes #88070, fixes #87891 2020-01-05 20:02:35 +01:00
Martin Aeschlimann
20d3e2dc3b folding highlight setting (for #83983) 2020-01-05 19:50:55 +01:00
Johannes Rieken
df48af1684 fix #88000 2020-01-03 16:27:14 +01:00
isidor
b14d0862fd debugToolbar: minor polish 2020-01-03 15:56:18 +01:00
isidor
6f1ee4b66c debug hover: make sure to canceld hide hover shceduler if hover is about to be shown
fixes #87922
2020-01-03 12:12:05 +01:00
Johannes Rieken
a9f8033549 eslint - make nls-rule a little more strict 2020-01-03 11:44:54 +01:00
Johannes Rieken
16a84b4902
Merge pull request #87644 from microsoft/joh/eslint-rules
tslint to eslint migration
2020-01-03 10:56:53 +01:00
Johannes Rieken
ca429b4300 potential leak: _updateOutline should honor cancellation token 2020-01-03 10:50:49 +01:00
Johannes Rieken
874a037ef9
Merge branch 'master' into joh/eslint-rules 2020-01-03 10:35:57 +01:00
Johannes Rieken
186491566a add eslint task definition 2020-01-03 10:34:42 +01:00
Johannes Rieken
125ba4a8a6 enable custom/forked no-unused-expressions rule 2020-01-03 09:32:40 +01:00
Johannes Rieken
ca8a717f5e tslint removal 2020-01-03 09:01:41 +01:00
Johannes Rieken
37b071f439 remove custom tslint rules 2020-01-03 08:59:50 +01:00
Johannes Rieken
09ee89ca87 remove more unused tslint directives 2020-01-03 08:14:23 +01:00
Johannes Rieken
769bbe2dde remove tslint.json files 2020-01-03 08:05:23 +01:00
Rob Lourens
feb12c5fb3 Normalize slashes to forward slash
Fix #87939
2020-01-03 05:37:06 +00:00
Miguel Solorio
672ed38dc8 Remove comment 2020-01-02 15:42:40 -08:00
Miguel Solorio
af59519833 Update quick pick dirty icon (refs #86708) 2020-01-02 14:32:46 -08:00
Miguel Solorio
b8667fa107 Update paremeter hint chevrons (ref #86708) 2020-01-02 14:13:16 -08:00
Johannes Rieken
12eb715644 (re)enable no-extra-semi rule 2020-01-02 21:12:03 +01:00
Johannes Rieken
d18119e288 enable jsdoc/no-types rule for TS files 2020-01-02 21:00:27 +01:00
Johannes Rieken
2a71a96cd4 also disable tslint for build-folder 2020-01-02 20:44:53 +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
2141437fdc fix eslint issues in build/gulpfile.* 2020-01-02 20:35:07 +01:00
Johannes Rieken
84013e2ef0 fix double quote issues 2020-01-02 20:31:00 +01:00