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.
main
1 parent d39d7b8 commit 263c776Copy full SHA for 263c776
.github/workflows/deploy.yml
@@ -8,7 +8,7 @@ on:
8
env:
9
OWNER: scala
10
REPOSITORY: vscode-scala-syntax
11
- RELEASE_BRANCH: master
+ RELEASE_BRANCH: main
12
13
jobs:
14
deploy:
package.json
@@ -12,7 +12,7 @@
"ui",
"web"
],
15
- "homepage": "https://github.com/scala/vscode-scala-syntax/blob/master/README.md",
+ "homepage": "https://github.com/scala/vscode-scala-syntax/blob/main/README.md",
16
"repository": {
17
"type": "git",
18
"url": "https://github.com/scala/vscode-scala-syntax.git"
0 commit comments