Skip to content

Commit

Permalink
Update the vscode extension for publishing. (carbon-language#4660)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow authored and bricknerb committed Dec 16, 2024
1 parent e372be3 commit a383f3d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions utils/vscode/images/icon.png
8 changes: 5 additions & 3 deletions utils/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "carbon-lang",
"displayName": "carbon-lang",
"description": "Carbon Language support",
"name": "carbon-vscode",
"displayName": "Carbon Language",
"version": "0.0.2",
"publisher": "carbon-lang",
"description": "Carbon language support for Visual Studio Code.",
"repository": {
"url": "https://github.com/carbon-language/carbon-lang"
},
Expand All @@ -12,6 +13,7 @@
"categories": [
"Programming Languages"
],
"icon": "images/icon.png",
"activationEvents": [],
"main": "./src/extension.js",
"contributes": {
Expand Down
3 changes: 3 additions & 0 deletions website/prebuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ def main() -> None:

# bazel-execroot interferes with jekyll because it's a broken symlink.
Path("bazel-execroot").unlink()
# This is a symlink to website/favicon.png, which is moved below.
# TODO: Consider moving the icon to a location which won't break.
Path("utils/vscode/images/icon.png").unlink()

# The external symlink is created by scripts/create_compdb.py, and can
# interfere with local execution.
Expand Down

0 comments on commit a383f3d

Please sign in to comment.