Commit Graph

3937 Commits

Author SHA1 Message Date
Benjamin Pasero
4ce22442fa Revert "Add syntax highlighting for zsh config files"
This reverts commit 350b17c1fb.
2016-03-23 09:44:53 +01:00
Benjamin Pasero
fa247f6db1 Help > View License not redirecting properly (fixes #4579) 2016-03-23 09:42:51 +01:00
Benjamin Pasero
28dade4df2 Merge pull request #4602 from Microsoft/dbaeumer/4589
Fixes --locale switch incorrect for Simplified Chinese, should be zh-cn not zh-ch
2016-03-23 09:27:26 +01:00
Dirk Baeumer
a2399f4576 Fixes --locale switch incorrect for Simplified Chinese, should be zh-cn not zh-ch 2016-03-23 09:24:38 +01:00
Benjamin Pasero
4793a695c3 Merge pull request #4584 from Microsoft/dbaeumer/4583
Fixes Read VSCODE_NLS_CONFIG form userEnv as realy as possible
2016-03-23 06:47:09 +01:00
Daniel Imms
b9c54b1d2f Merge pull request #4483 from jamesqo/zsh-grammar
Add support for a bunch of zsh configuration files
2016-03-22 18:26:03 -07:00
James Ko
350b17c1fb Add syntax highlighting for zsh config files 2016-03-22 19:00:33 -04:00
Dirk Baeumer
f18bef75c9 Fixes Read VSCODE_NLS_CONFIG form userEnv as realy as possible 2016-03-22 21:34:15 +01:00
Dirk Baeumer
0f5937cb21 Fixes #4170: Provide a setting to define the locale 2016-03-22 16:19:13 +01:00
Andre Weinand
a15d725801 node-debug: package.json translations; fixes #4556 2016-03-22 16:15:59 +01:00
Dirk Baeumer
34b9296bca Additional translations for TS extension 2016-03-22 16:09:48 +01:00
Benjamin Pasero
6938735f5f Merge pull request #4547 from Microsoft/ben/4534
TypeError: Cannot read property 'verboseLogging' of undefined (fixes …
2016-03-22 16:06:38 +01:00
Benjamin Pasero
e67ed673e1 Merge pull request #4559 from Microsoft/dbaeumer/4558
Fixes #4558: process.env['VSCODE_NLS_CONFIG'] set in main.js will not reach renderer under Linux
2016-03-22 16:06:29 +01:00
Dirk Baeumer
2c2c76c85e Fixes #4558: process.env['VSCODE_NLS_CONFIG'] set in main.js will not reach renderer under Linux 2016-03-22 14:51:17 +01:00
Dirk Baeumer
42d8735042 Fixes #4520: Code will not start with locale='zh-cn' or locale='zh-tw' 2016-03-22 12:50:39 +01:00
Benjamin Pasero
7cea9885b2 TypeError: Cannot read property 'verboseLogging' of undefined (fixes #4534) 2016-03-22 09:33:58 +01:00
Daniel Imms
ef2a1fcaa5 Fix deb postinst script 0.10.12-insiders 2016-03-20 11:19:18 -07:00
Andre Weinand
1912d41ac3 fix iTerm support for stable version of iTerm; another fix for #4298 2016-03-19 00:26:58 +01:00
Daniel Imms
d451e0222a Don't need to use -r arg 2016-03-18 15:27:25 -07:00
Daniel Imms
b6486f7ddf Remove the legacy Linux bin command when installing stable 2016-03-18 15:17:50 -07:00
Andre Weinand
4763e93279 update node-debug with translations 2016-03-18 22:20:21 +01:00
Dirk Baeumer
633c9d11a0 Translation input. 2016-03-18 22:01:19 +01:00
Daniel Imms
a0a22c8a51 Disable apt repository source
Need repository to be signed before enabling
2016-03-18 11:51:13 -07:00
Andre Weinand
dd21e630fd fix iTerm problems; fixes #4298 2016-03-18 19:08:03 +01:00
Daniel Imms
c09bd4b26d Improve os.homedir code for rpm gulp task
Fixes #4404
2016-03-18 10:28:24 -07:00
Johannes Rieken
adbb01bfe7 retrieve extension tips from product.json, fixes #4424 2016-03-18 17:14:45 +01:00
Johannes Rieken
bbac3080dc crazy action to funnel thro a project.json setting, #4424 2016-03-18 17:14:14 +01:00
Martin Aeschlimann
3604a18982 Fixes #4423: [folding] Fold action doesn't work in the last foldable region in a buffer 2016-03-18 16:26:40 +01:00
Alex Dima
f0360b8e7a Fixes #4412: Draw selection in full height if there is only one selection 2016-03-18 16:25:46 +01:00
Alex Dima
e6e504a034 Fixes #4106: Make 0.x.y extensions compatible with 1.z.t vscode versions 2016-03-18 16:18:50 +01:00
Dirk Baeumer
1d352907cb Fixed watching TypeScript template 2016-03-18 16:16:28 +01:00
Benjamin Pasero
aba1583a63 support more rebase verbs (fixes #4140) 2016-03-18 15:48:46 +01:00
Martin Aeschlimann
7e66469443 fixes #4381: [Themes] Should return to default theme to after uninstalling the current theme 2016-03-18 15:06:34 +01:00
Benjamin Pasero
9b638bd946 fixes #4420 2016-03-18 14:47:18 +01:00
Benjamin Pasero
a6e4dbd94b fixes #4419 2016-03-18 14:38:46 +01:00
Alex Dima
77dc2eea9f Fixes #4414: Do not do selection highlighting when typing 2016-03-18 14:30:13 +01:00
Martin Aeschlimann
0d9f633259 typo in html format settings description 2016-03-18 14:23:44 +01:00
Martin Aeschlimann
fdacd2fe5b fixes #4409: [html] formatting puts <a> and <button> tags on one line 2016-03-18 14:19:19 +01:00
Johannes Rieken
a1e140c8ab don't have API editor for model that are too large for ext host sync'ing, fixes #4373 2016-03-18 13:08:04 +01:00
Johannes Rieken
45320c110e don't send another open but use Host#handles 2016-03-18 12:38:17 +01:00
Johannes Rieken
826cace1c1 remove extension assistant, fixes #4403 2016-03-18 12:22:00 +01:00
Dirk Baeumer
dd52cb34a4 Add handles method. 2016-03-18 12:16:03 +01:00
Benjamin Pasero
3ed3fb4270 Leak: extfs uses unbounded cache for unicode normalization (fixes #4010) 2016-03-18 12:03:58 +01:00
Benjamin Pasero
39dea0ff08 allow V8 to optimize globToRegExp 2016-03-18 12:03:57 +01:00
Joao Moreno
ccf9a30127 oss 2016-03-18 10:59:11 +00:00
Martin Aeschlimann
5ada480f4f add copyright to Ionic OSSReadme 2016-03-18 11:00:22 +01:00
Joao Moreno
7f5a458209 dispose quick open template
fixes #4368
2016-03-18 09:47:23 +00:00
Benjamin Pasero
35fd228ffc clarify && in nls comments 2016-03-18 09:49:15 +01:00
Dirk Baeumer
ce7de94138 Fixed typo 2016-03-18 09:45:10 +01:00
Joao Moreno
8a68f7cb66 fix npe in extension events
fixes #4377
2016-03-18 08:19:01 +00:00