-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A number of improvements to the VSCode extension (#543)
* Modifying vscode extension to use solution version, and to not keep csharpier running which prevents upgrading it * Finishing up changes to support local csharpier + install local or global version * Updating the doc for vscode extension * code review changes
- Loading branch information
Showing
22 changed files
with
413 additions
and
1,159 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
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,25 @@ | ||
## [1.1.0] | ||
|
||
- Support local version of csharpier | ||
- Support multiple versions of csharpier in the same workspace | ||
- Auto close csharpier process so that it can be updated while vscode is running | ||
|
||
## [1.0.4] | ||
|
||
- Update readme | ||
|
||
## [1.0.3] | ||
|
||
- New logo | ||
|
||
## [1.0.2] | ||
|
||
- Fix bug with long files sometimes losing content | ||
|
||
## [1.0.1] | ||
|
||
- Fix bug with ignored files | ||
|
||
## [1.0.0] | ||
|
||
- Initial release |
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 |
---|---|---|
@@ -1 +1,10 @@ | ||
npm run start | ||
then start extension from vscode | ||
ctrl r to reload window (Developer: Reload Window) | ||
|
||
https://code.visualstudio.com/api/working-with-extensions/publishing-extension | ||
|
||
vsce package | ||
vsce publish | ||
|
||
https://marketplace.visualstudio.com/manage/publishers/csharpier |
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.