forked from CoatiSoftware/Sourcetrail
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: open source Visual Studio extension
* moved SourcetrailPlugin to separate GitHub repository: https://github.com/CoatiSoftware/vs-sourcetrail * changed Readme in ide_plugins folder to point to that repo and give instructions on how to install * removed vsix from windows package * renamed SourcetrailPlugin project to SourcetrailExtension * changed assembly name to vs-sourcetrail * removed plugin install script because the tests now use a configured experimental instance of Visual Studio * added license file for cinder solution that is used in plugin integration tests * replace license file with apache license * added boilerplate notice of Apache License 2 to source files of plugin
- Loading branch information
1 parent
eb25472
commit b4166be
Showing
306 changed files
with
21 additions
and
346,265 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 was deleted.
Oops, something went wrong.
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,12 @@ | ||
#vs-sourcetrail | ||
|
||
The Visual Studio extension source code is hosted at Github. | ||
|
||
The extension is available in the Visual Studio Marketplace. To install this extension follow these steps: | ||
* open Visual Studio | ||
* from the menu bar select `Tools` -> `Extensions and Updates...` | ||
* in the `Extensions and Updates` dialog choose `Online` -> `Visual Studio Gallery` | ||
* press `Ctrl` + `E` and enter "sourcetrail" into the search bar | ||
* click the install button | ||
|
||
Link to the repository: [vsce-sourcetrail](https://github.com/CoatiSoftware/vs-sourcetrail). |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
19 changes: 0 additions & 19 deletions
19
ide_plugins/vs/vs2015/SourcetrailPlugin/IntegrationTests.testsettings
This file was deleted.
Oops, something went wrong.
83 changes: 0 additions & 83 deletions
83
ide_plugins/vs/vs2015/SourcetrailPlugin/SourcetrailPlugin.sln
This file was deleted.
Oops, something went wrong.
111 changes: 0 additions & 111 deletions
111
ide_plugins/vs/vs2015/SourcetrailPlugin/SourcetrailPlugin/ComUtils.cs
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
ide_plugins/vs/vs2015/SourcetrailPlugin/SourcetrailPlugin/GlobalSuppressions.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.