Skip to content

Commit c16bfe7

Browse files
committed
Generate new UUIDs
TextMate and other similar editors require the UUID value to be globally unique, I am not aware of VSCode's usage of UUIDs. For the Comments file the UUID was shared with the similar preference item from the JavaScript bundle causing the conflict. For the theme files the UUID conflict was with the language grammar files in this bundle.
1 parent 85b2cc2 commit c16bfe7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Comments.tmPreferences

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
</array>
3232
</dict>
3333
<key>uuid</key>
34-
<string>A67A8BD9-A951-406F-9175-018DD4B52FD1</string>
34+
<string>FF9A09B1-D1C3-4AF0-9A11-2EC300F03184</string>
3535
</dict>
3636
</plist>

TypeScript.YAML-tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44
name: TypeScript
5-
uuid: ef98eb90-bf9b-11e4-bb52-0800200c9a66
5+
uuid: 91489F9C-F403-4CF0-993D-EAAF9149E40E
66

77
settings:
88
- scope: storage.modifier, storage.type, keyword.control, keyword.other, keyword.operator.expression, keyword.operator.new, keyword.generator.asterisk, punctuation.definition.template-expression

TypeScript.tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>name</key>
66
<string>TypeScript</string>
77
<key>uuid</key>
8-
<string>ef98eb90-bf9b-11e4-bb52-0800200c9a66</string>
8+
<string>91489F9C-F403-4CF0-993D-EAAF9149E40E</string>
99
<key>settings</key>
1010
<array>
1111
<dict>

TypeScriptReact.YAML-tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
---
55
name: TypeScriptReact
6-
uuid: ef98eb90-bf9b-11e4-bb52-0800200c9a66
6+
uuid: 8B704EF9-AF8E-402F-933C-1D46D8C49E58
77

88
settings:
99
# Additions

TypeScriptReact.tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>name</key>
66
<string>TypeScriptReact</string>
77
<key>uuid</key>
8-
<string>ef98eb90-bf9b-11e4-bb52-0800200c9a66</string>
8+
<string>8B704EF9-AF8E-402F-933C-1D46D8C49E58</string>
99
<key>settings</key>
1010
<array>
1111
<dict>

0 commit comments

Comments
 (0)