Commit Graph

167 Commits

Author SHA1 Message Date
Alex Dima d5862e8dba Clean extensions OSSREADME.json since the tool now can scan all npm-shrinkwrap.json files 2016-07-07 12:36:49 +03:00
Johannes Rieken 7cb8e4514e remove autoClosingPairs, surroundingPair in favour of deprecated api and language config file, fixes #8737 2016-07-06 15:42:53 +02:00
Benjamin Pasero 54f91df5b2 Merge branch 'master' into ben/electron 2016-07-06 10:27:53 +02:00
Dirk Baeumer 5bb7f2e02e Fixes #8719: Closing a file without saving is not cleaning markers 2016-07-05 14:51:02 +02:00
Benjamin Pasero 5d1affed4b ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE 2016-07-02 08:39:01 +02:00
Dirk Baeumer 7cd1925693 Add shrinkwrap file to TypeScript extension 2016-07-01 12:08:48 +02:00
Dirk Baeumer 9dfca5b1ad Fixes #8013: Ctrl+T does not list exported variables 2016-06-30 10:56:29 +02:00
Martin Aeschlimann e228769042 Polish configuration section labels & add link 2016-06-27 18:37:04 +02:00
Dirk Baeumer 0edf9421da Remove breakpoint flag 2016-06-23 13:50:01 +02:00
Dirk Baeumer 1c9726fde0 Merge branch 'dbaeumer/TS9125' 2016-06-23 13:38:45 +02:00
Dirk Baeumer ff52542fcd Make experimental auto build a setting 2016-06-23 13:29:23 +02:00
Dirk Bäumer 66a17b24ba Merge pull request #8028 from paulvanbrenk/master
Fix typo
2016-06-23 09:37:43 +02:00
Paul van Brenk 43924f11bf Fix typo 2016-06-22 17:29:10 -07:00
Martin Aeschlimann 88f88a9093 Update TS grammar with fix 11. 2016-06-22 10:17:03 +02:00
Dirk Baeumer ab50c4dc88 Add support for build status 2016-06-22 09:58:09 +02:00
Dirk Baeumer a4aeaa1d67 TypeScript builder adoption 2016-06-17 19:03:04 +02:00
Martin Aeschlimann 700d73620a Update typescript grammar (June 9) 2016-06-15 09:44:31 +02:00
Dirk Baeumer 50e579f9ac Fixes #7186: Problem with changing languages 2016-06-06 12:40:23 +02:00
Dirk Baeumer 26983bfc8a Fixes #7149: Markers: deleting a file should remove its markers 2016-06-03 12:10:17 +02:00
Joao Moreno b459c6a34d show documentation in parameter hints 2016-06-02 11:26:15 +02:00
Dirk Baeumer a5f28dd150 Fixes #7097: TypeScript should revalidate all files that were open in an editor 2016-06-01 16:17:50 +02:00
Martin Aeschlimann a8eadbd8d4 Clean up __characterPairSupport, fixes #6889 2016-05-30 10:12:13 +02:00
Alexandru Dima 342cbe3ba7 Merge pull request #6911 from Microsoft/dbaeumer/6909
Pull request to address #6909
2016-05-27 10:34:38 +02:00
Martin Aeschlimann eb54c3cef8 Revert type-parameter lookahead (fixes #6955) 2016-05-27 10:23:00 +02:00
Martin Aeschlimann 9938136e44 Syntax highlighting issue when there is no space preceding (TypeScript-TmLanguage/issues/11) 2016-05-26 17:04:55 +02:00
Alex Dima de54cb5a47 Fixes #4065: Catch the copyright case in the onEnterRules 2016-05-26 12:43:16 +02:00
Martin Aeschlimann 9823c9d7df Update typescript grammar 2016-05-26 12:28:53 +02:00
Dirk Baeumer a22804ff9d Addresses #6909 2016-05-26 11:29:01 +02:00
Johannes Rieken f73f84ecab encode uri components which are meant to be a path, fixes #6709 2016-05-25 12:46:14 +02:00
Dirk Baeumer c414497121 Update to tsserver 1.8.10 2016-05-20 12:16:59 +02:00
Dirk Baeumer 6dcfa2e9d1 Adding line break to output message 2016-05-12 11:52:57 +02:00
Martin Aeschlimann 0c10a9c5a4 Add extension OSS dependencies 2016-05-02 11:48:26 +02:00
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
Dirk Baeumer 0d6e318d74 Fixes #5648: Update tsserver to 1.8.10 2016-04-22 11:49:51 +02:00
Johannes Rieken e9564ddeb0 make sure activeParameter isn't larger then aviablable parameters, fixes #4618 2016-04-22 10:18:28 +02:00
Martin Aeschlimann d9d6f262be tests for #5566 2016-04-21 16:11:10 +02:00
Dirk Baeumer ccf097102c Fixes #5573: Add support to log tsserver communication to output channel. 2016-04-20 22:30:36 +02:00
Martin Aeschlimann 514e1f9065 [ts] coloring test cases with issues 2016-04-20 21:43:28 +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
Martin Aeschlimann 37f5e2b355 [colorize tests] update test result data 2016-04-11 21:28:19 +02:00
Martin Aeschlimann a5ae040dba [js/ts] colorizer tests 2016-04-11 16:03:39 +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