Dirk Baeumer
|
c4d6481247
|
Make TypeScript extension ready for 2.0
|
2016-08-17 12:43:17 +02:00 |
|
Johannes Rieken
|
ad1ec90782
|
adopt recommended ctor signature
|
2016-08-03 09:27:53 +02:00 |
|
Martin Aeschlimann
|
e929d1d8f0
|
Migrate JS/TS to language-configuration
|
2016-07-21 20:06:20 +02:00 |
|
Martin Aeschlimann
|
ebc3074822
|
Emulate LanguageConfiguration.__electricCharacterSupport.docComment with autoClosingPairs
|
2016-07-21 16:58:59 +02:00 |
|
Johannes Rieken
|
ed9e56b261
|
be aware that 'asAbsolutePath' might be 'null', fixes #8793
|
2016-07-13 12:59:23 +02:00 |
|
Johannes Rieken
|
6c0c26b971
|
be aware that 'asAbsolutePath' might be 'null', fixes #8793
|
2016-07-13 09:55:36 +02:00 |
|
Dirk Baeumer
|
f6227ca157
|
New TS builder stops if Syntax errors exist and doesn't check for semantic errors
|
2016-07-10 16:34:45 +02:00 |
|
Benjamin Pasero
|
0525466708
|
back to ATOM_SHELL_INTERNAL_RUN_AS_NODE
|
2016-07-08 16:12:10 +02:00 |
|
Johannes Rieken
|
cef402ad3c
|
remove unused code
|
2016-07-07 16:00:22 +02: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
|
9dfca5b1ad
|
Fixes #8013: Ctrl+T does not list exported variables
|
2016-06-30 10:56:29 +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 |
|
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 |
|
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 |
|
Alex Dima
|
de54cb5a47
|
Fixes #4065: Catch the copyright case in the onEnterRules
|
2016-05-26 12:43:16 +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
|
6dcfa2e9d1
|
Adding line break to output message
|
2016-05-12 11:52:57 +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 |
|
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 |
|