File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
using System ;
3
3
using System . Collections . Generic ;
4
4
using System . IO ;
5
+ using System . Linq ;
5
6
using System . Threading ;
6
7
using System . Threading . Tasks ;
7
8
using Avalonia . Threading ;
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ public void ImportAudioMetadata(string file)
96
96
97
97
return
98
98
"""
99
- # yaml-language-server: $schema=https://raw.githubusercontent.com/MattEqualsCoder/MSUScripter/v3.3.0-changes /Schemas/MsuSongInfo.json
99
+ # yaml-language-server: $schema=https://raw.githubusercontent.com/MattEqualsCoder/MSUScripter/main /Schemas/MsuSongInfo.json
100
100
# Use Visual Studio Code with the YAML plugin from redhat for schema support
101
101
102
102
""" + yamlText ;
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ public void HideSubTracksSubChannelsWarning()
126
126
127
127
return
128
128
"""
129
- # yaml-language-server: $schema=https://raw.githubusercontent.com/MattEqualsCoder/MSUScripter/v3.3.0-changes /Schemas/MsuSongMsuPcmInfo.json
129
+ # yaml-language-server: $schema=https://raw.githubusercontent.com/MattEqualsCoder/MSUScripter/main /Schemas/MsuSongMsuPcmInfo.json
130
130
# Use Visual Studio Code with the YAML plugin from redhat for schema support
131
131
132
132
""" + yamlText ;
You can’t perform that action at this time.
0 commit comments