Commit Graph

94 Commits

Author SHA1 Message Date
Johannes Rieken 7f7c50af30 check for workspace.rootPath, fixes #5900 2016-04-27 18:40:56 +02:00
Johannes Rieken 73b97a0642 correct localise call, fallback to err if no err.message is available, protected message service against invalid items, fixes #5891 2016-04-27 14:33:42 +02:00
Johannes Rieken 42c1c1b2a2 don't show a lightbulb if there is jsconfig.json file in the root folder, #5699 2016-04-25 16:50:10 +02:00
Johannes Rieken cf130b686f extract comment to localizable string, fixes #4731 2016-04-25 16:42:30 +02:00
Benjamin Pasero c0b9765729 Improve links (fixes #5713) 2016-04-25 09:09:19 +02:00
Johannes Rieken 6079e9e05f when generating a jsconfig file set the module to be commonjs, fixes #5611 2016-04-22 16:38:33 +02:00
Johannes Rieken e9564ddeb0 make sure activeParameter isn't larger then aviablable parameters, fixes #4618 2016-04-22 10:18:28 +02:00
Dirk Baeumer ccf097102c Fixes #5573: Add support to log tsserver communication to output channel. 2016-04-20 22:30:36 +02:00
Dirk Baeumer 5371a7476c Fixed #5532: TypeScript extension should send telemetry about failed tsserver requests 2016-04-20 10:16:16 +02:00
Dirk Baeumer d7f7bc57a9 Fixes #5499: Go to Definition doesn't work in Diff View 2016-04-19 21:41:23 +02:00
Dirk Baeumer 8324ab0c30 Fix #5015: Cannot read property 'then' of null 2016-04-19 14:05:31 +02:00
Johannes Rieken b2bb5b360a open new jsconfig-file in the right-most editor, fixes #4499 2016-03-24 12:29:21 +01:00
Johannes Rieken df39505c2c target as the only compiler option 2016-03-23 09:27:30 +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
Johannes Rieken 45320c110e don't send another open but use Host#handles 2016-03-18 12:38:17 +01:00
Dirk Baeumer dd52cb34a4 Add handles method. 2016-03-18 12:16:03 +01:00
Johannes Rieken 32bd7fd3ee setup uri properly and also make the doc more clear, fixes #4315 2016-03-17 10:43:40 +01:00
Joao Moreno 3bc2a80cf1 colors 2016-03-17 10:03:15 +01:00
Dirk Baeumer 6706093a31 Fixes #4002: tsserver version should not be shown in the status bar 2016-03-16 16:39:11 +01:00
Dirk Baeumer 9047b7b573 Fixes #4296: ts version indication should not show 'unknown' 2016-03-16 15:45:25 +01:00
Johannes Rieken 4430f4b77a use a fresh fwd link, fixes #4291 2016-03-16 14:15:46 +01:00
Johannes Rieken 64c7dddb71 add comment to default config, fixes #4291 2016-03-16 11:44:20 +01:00
Johannes Rieken e6567c570e more prominent light bulb color since you can now ignore it, #4256 2016-03-16 11:32:51 +01:00
Johannes Rieken b93df1c924 exclude common folders from list of large folders, #4256 2016-03-16 11:10:40 +01:00
Johannes Rieken 1c469f4f37 fix #4248 2016-03-16 09:09:37 +01:00
Johannes Rieken 6c9110f2b9 don't mention the project cos we can open its config files, #4256 2016-03-15 17:13:35 +01:00
Johannes Rieken 4da8ef4e95 add 'ignore' option to project creation hint, fixes #3997 2016-03-15 11:44:39 +01:00
Johannes Rieken 1964746039 fix #4138 2016-03-15 10:49:33 +01:00
Dirk Baeumer 14cee66ebe Enabled TS formatter settings 2016-03-14 16:52:37 +01:00
Andre Weinand 1555dd7368 Revert "Revert "stdfork respect stderr""
This reverts commit 0a03c66cc5.
2016-03-12 00:38:37 +01:00
Andre Weinand 0a03c66cc5 Revert "stdfork respect stderr"
This reverts commit dd7709ec29.
2016-03-12 00:15:45 +01:00
Dirk Baeumer 1371f241bd Remove console log statement 2016-03-11 16:16:21 +01:00
Johannes Rieken 5b063780ba fix #4012 2016-03-11 15:58:19 +01:00
isidor dd7709ec29 stdfork respect stderr
fixes #221
2016-03-11 12:38:02 +01:00
Johannes Rieken d500262f8b add telemetry for project creation/exclude hints and acceptance 2016-03-11 09:04:52 +01:00
Dirk Baeumer 7e9e05bbf5 Fixes #3910: Define source for diagnostics that come from Salsa 2016-03-10 22:32:31 +01:00
Dirk Baeumer a6b346ccff Fixes #1533: Code formatting settings 2016-03-10 22:13:07 +01:00
Johannes Rieken 0aea98b02d change wording, #3901 2016-03-10 17:32:13 +01:00
Johannes Rieken 650243c70a set limit to 500 files, name big roots of a project, #3901 2016-03-10 16:57:56 +01:00
Johannes Rieken 5b0a853ec8 set limit to 1000 files 2016-03-10 16:12:17 +01:00
Johannes Rieken 2b8ba1cd62 salsa project status, first cut, #3901 2016-03-10 16:06:48 +01:00
Dirk Baeumer f87a633d42 Fixes #3909: Revive javascript.validate.enable setting 2016-03-10 15:16:50 +01:00
Dirk Baeumer f365b61c2d Multiplex between JavaScript and TypeScript 2016-03-10 12:19:52 +01:00
Dirk Baeumer 0693e8ba31 Update to tsserver 1.8.7 2016-03-10 10:15:51 +01:00
Joao Moreno 12d7f996b6 remove hardcode extensions dependencies 2016-03-04 15:48:57 +01:00
Joao Moreno b07b57cc0e gulpfile.extensions refactor 2016-03-04 09:27:27 +01:00
Dirk Baeumer 6270510ef3 Localize TS extension 2016-03-03 15:12:48 +01:00
Dirk Baeumer 4c27e1bc56 Fixed #3434: Have to reload vscode in order to pick up jsconfig.json 2016-02-29 15:17:00 +01:00
Joao Moreno 0513f2c8a6 add reload javascript project command
fixes #3417
2016-02-25 15:05:14 +01:00
Joao Moreno 856fb0bd1b Revert "fixes #3122: Add snippet support to tasks.json"
This reverts commit 8004d277b7.
2016-02-24 15:01:23 +01:00