Skip to content

Commit b341ef7

Browse files
authored
Fix files collision between vscodeignore and package.json files (#32)
* Fix file collision for VS Code * bump
1 parent f8caa24 commit b341ef7

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.vscodeignore

Lines changed: 0 additions & 10 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@pierre/theme",
33
"displayName": "Pierre Theme",
44
"description": "Pierre theme for Shiki, VS Code, and more",
5-
"version": "0.0.27",
5+
"version": "0.0.28",
66
"publisher": "pierrecomputer",
77
"icon": "icon.png",
88
"galleryBanner": {

zed/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "pierre-theme"
22
name = "Pierre"
33
description = "A warm, orange-accented color theme with light and dark variants"
4-
version = "0.0.27"
4+
version = "0.0.28"
55
schema_version = 1
66
authors = ["pierrecomputer"]
77
repository = "https://github.com/pierrecomputer/pierre-theme"

0 commit comments

Comments
 (0)