Skip to content

Commit d1d1d19

Browse files
committed
Update tests and README
1 parent 2ac9848 commit d1d1d19

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ VS Code extension to make the awesome [Go By Example](https://gobyexample.com) c
44

55
Content from Go By Example is copyright Mark McGranaghan and included under a Creative Commons Attribution 3.0 Unported License (https://creativecommons.org/licenses/by/3.0/).
66

7-
7+
![example of extension in action](./docs/example.gif)

ci-publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
docker build -t vscode-go-by-example-devcontainer -f ./.devcontainer/Dockerfile ./.devcontainer
4-
docker run -v ${PWD}:/workspaces/vscode-go-by-example -e MARKETPLACE_PUBLISH_PAT --workdir /workspaces/vscode-go-by-example vscode-go-by-example-devcontainer bash -c "yarn run publish"
4+
docker run -v ${PWD}:/workspaces/vscode-go-by-example -e MARKETPLACE_PUBLISH_PAT --workdir /workspaces/vscode-go-by-example vscode-go-by-example-devcontainer bash -c "yarn install && yarn run publish"

ci-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
docker build -t vscode-go-by-example-devcontainer -f ./.devcontainer/Dockerfile ./.devcontainer
4-
docker run -v ${PWD}:/workspaces/vscode-go-by-example --workdir /workspaces/vscode-go-by-example vscode-go-by-example-devcontainer bash -c "yarn run pretest"
4+
docker run -v ${PWD}:/workspaces/vscode-go-by-example --workdir /workspaces/vscode-go-by-example vscode-go-by-example-devcontainer bash -c "yarn install && yarn run pretest"

docs/example.gif

475 KB
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Docs from gobyexample.com in VS Code and offline",
55
"publisher": "stuartleeks",
66
"repository": {"url": "https://github.com/stuartleeks/vscode-go-by-example"},
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"engines": {
99
"vscode": "^1.52.0"
1010
},

0 commit comments

Comments
 (0)