-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add marketplace url in READMEs * add CHANGELOGs * ignore cache folder * wording in README
- Loading branch information
1 parent
fd7bd10
commit 6973b78
Showing
5 changed files
with
50 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,3 +74,6 @@ typings/ | |
|
||
# output for typescript | ||
**/out | ||
|
||
# cache fodler | ||
wlServerCache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.1.0] - 2019-01-12 | ||
|
||
### Added | ||
|
||
- A state-less server to handle messages, via TCP socket protocol. | ||
|
||
- Support for the following language features: | ||
|
||
- Hover: Provide definitions for variables with usage message. | ||
|
||
- Completion: for wolfram system names. | ||
|
||
- Completion Resolve: Further information would be provided for the items in | ||
the list. | ||
|
||
- Diagnostics: Syntax error would be underlined. | ||
|
||
- Support for exporting temporary SVG images for the information of the variables. | ||
|
||
- A type system with pattern test. | ||
|
||
- A unit test framework. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.1.0] - 2019-01-12 | ||
|
||
### Added | ||
|
||
- Add support to wolfram language format | ||
|
||
- Lauch server via node module in `serverOption`. | ||
|
||
- Passing `theme` via `intializationOptions`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters