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 9ddfbfa commit df398f5Copy full SHA for df398f5
integrations/vscode/package.json
@@ -10,7 +10,7 @@
10
"name": "Oracle Labs"
11
},
12
"icon": "images/extension_icon.png",
13
- "homepage": "https://github.com/oracle/visualvm/blob/main/integrations/vscode/README.md",
+ "homepage": "https://github.com/oracle/visualvm/blob/master/integrations/vscode/README.md",
14
"repository": {
15
"type": "git",
16
"url": "https://github.com/oracle/visualvm"
@@ -539,7 +539,7 @@
539
}
540
541
"vsce": {
542
- "baseImagesUrl": "https://github.com/oracle/visualvm/raw/main/integrations/vscode"
+ "baseImagesUrl": "https://github.com/oracle/visualvm/raw/master/integrations/vscode"
543
544
"config": {
545
"winBuildPath": ".\\node_modules\\.bin\\vsce",
0 commit comments