Nick Chen
0e0992b3cb
Add the jar
2017-06-21 16:57:22 -07:00
Nick Chen
d54c0fa051
Add instructions on how to lint
2017-06-21 06:47:55 -07:00
Nick Chen
091f6da444
Bundle rewrap as a recommended workspace extension
...
I have a habit of wrapping all my .md files at 80 characters. Previously, I use to do this with Vim. However, since not everyone uses Vim, I have added the rewrap command.
So you edit your .md file (or any prose). Then hit Cmd + K, Cmd + W. The workspace setting.json already sets it to 80 for you.
This wrapping thing might just be a habit of mine.
2017-06-21 06:45:07 -07:00
Gunnar Wagenknecht
22bbc0dd95
Update README.md
...
Use incrementing numbering for easier readability as plain text.
2017-06-21 09:39:51 +02:00
Nick Chen
68be9c9b2b
Fix up more tslint errors
2017-06-20 23:48:53 -07:00
Nick Chen
3c92cbc0f0
More let -> const fixes
2017-06-20 23:32:38 -07:00
Nick Chen
cd414f93b0
Standardize on tslint
2017-06-20 23:26:45 -07:00
Nick Chen
1134a20582
Add clarifications on how to write and run tests
2017-06-20 22:23:50 -07:00
Nick Chen
37f0addae6
Add sample tests
...
These are simple test but they show how you can run them.
2017-06-20 21:41:45 -07:00
Nick Chen
e32c8e6559
Set extensions as preview
...
Remove this when we are ready to publish the official versions.
2017-06-20 17:59:21 -07:00
Nick Chen
9a512c93ea
Fix source mapping issue
...
From https://code.visualstudio.com/updates/v1_6#_glob-pattern-support-for-source-map-setup it seems that you should try to make the patterns are inclusive as possible in one entry.
2017-06-20 17:56:55 -07:00
Nick Chen
cb85cc32ee
Fix syntax with README
2017-06-20 16:35:11 -07:00
Nick Chen
d6ded5908f
Reformat source based on prettier
2017-06-20 13:17:14 -07:00
Nick Chen
cb78c77ef2
Add tslint
2017-06-20 13:16:29 -07:00
Nick Chen
4b8b5f02d2
Explain how to set up VS Code for development
2017-06-20 13:16:01 -07:00
Nick Chen
0d59e8547d
Use the --strict option from TS 2.3
2017-06-20 11:13:12 -07:00
Nick Chen
d1bed61fe0
Add proper .ignore files
2017-06-19 09:56:50 -07:00
Nick Chen
64851ba6d4
Generate d.ts files
...
This makes it more clear what we are exporting to others. We should be careful on what we export publicly for consumption and which ones are exported to facilitate testing.
2017-06-13 22:12:07 -07:00
Nick Chen
4182744c4f
Add Apex LSP jar
2017-06-13 17:10:07 -07:00
Nick Chen
61d82ac248
Update README.md
2017-06-13 16:59:31 -07:00
Nick Chen
da42fd1180
Reorganize following what lerna uses
2017-06-13 16:43:54 -07:00
Nick Chen
60c016028d
Initial import
...
This is just a retructuring of the vscode-salesforcedx to salesforcedx-vscode.
2017-06-13 12:46:42 -07:00