We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9057516 commit 80aff30Copy full SHA for 80aff30
.github/workflows/deploy.yml
@@ -6,9 +6,9 @@ on:
6
- '*.*.*'
7
8
env:
9
- OWNER: scala
+ OWNER: MaximeKjaer
10
REPOSITORY: vscode-scala-syntax
11
- RELEASE_BRANCH: master
+ RELEASE_BRANCH: gh-actions-test
12
13
jobs:
14
deploy:
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "scala",
3
- "displayName": "Scala Syntax (official)",
4
- "description": "Official Scala Syntax",
+ "displayName": "Scala Syntax (unofficial)",
+ "description": "Unofficial Scala Syntax. For testing only.",
5
"version": "0.4.5",
- "publisher": "scala-lang",
+ "publisher": "MaximeKjaer",
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
"vscode": "^1.5.0"
0 commit comments