Skip to content

Commit aab2ae2

Browse files
author
Tim Etchells
committed
Add license, restructure repo
1 parent de33cb9 commit aab2ae2

File tree

9 files changed

+168
-43
lines changed

9 files changed

+168
-43
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ node_js:
1717
- "10"
1818

1919
before_install:
20+
# Copy the LICENSE into the extension directory, so it is included in the build
21+
- cp LICENSE.* dev
22+
2023
- cd dev
2124
- npm i -g vsce
2225
- npm i

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
¯\\_(ツ)_

LICENSE.txt

Lines changed: 162 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,15 @@ For the README packaged with this extension, see [the extension README](https://
1818

1919
## Features
2020
- View all projects in Microclimate, including their app and build statuses
21-
- No linking required
2221
- All projects are always visible, and the list updates automatically
2322
- Debug **Microprofile, Spring, and Node** Microclimate projects
24-
- Integrate Microclimate validation errors into the VSCode Problems view
23+
- Integrate Microclimate validation errors into the Problems view
2524
- Open a shell session into a Microclimate application container
2625
- View project info (similar to Microclimate Overview page)
2726
- Open the App Monitor page
2827
- Toggle project auto-build
2928
- Easily scope your VSCode workspace to a Microclimate project or your `microclimate-workspace`
3029
- Open applications in system browser
31-
- View application and build logs
30+
- View application and build logs in the Output view
3231
- Kick off application builds
3332
- Disable and Enable projects
34-
35-
## Screenshots
36-
37-
![Project Actions:](https://github.ibm.com/dev-ex/microclimate-vscode/raw/master/img/project-context.png)

dev/LICENSE.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

dev/vsc-extension-quickstart.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

img/project-context.png

-188 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)