Skip to content

Commit

Permalink
Fix Chinese tags display issue
Browse files Browse the repository at this point in the history
1. Remove tags in json
2. Change vsixmanifest encoding to UTF-8 with signnature
  • Loading branch information
heku committed Mar 25, 2023
1 parent 83ef547 commit 109f6e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Kool.SelectedFilesFilter/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Kool.SelectedFilesFilter.c18317d5-3be4-49f1-8cd0-1956f7c00a1d" Version="0.0.0" Language="en-US" Publisher="Heku" />
Expand Down
12 changes: 1 addition & 11 deletions publish.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,7 @@
"Other"
],
"identity": {
"internalName": "SelectedFilesFilter",
"displayName": "Selected Files Filter",
"tags": [
"kool",
"solution filter",
"scope to these",
"何苦",
"解决方案筛选器",
"限定为止范围",
"选中文件筛选器"
]
"internalName": "SelectedFilesFilter"
},
"overview": "publish.overview.md",
"assetFiles": [
Expand Down

0 comments on commit 109f6e9

Please sign in to comment.