File tree 7 files changed +457
-459
lines changed
server/voice_changer/EasyVC
7 files changed +457
-459
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "workbench.colorCustomizations" : {
3
+ "tab.activeBackground" : " #65952acc"
4
+ },
5
+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
6
+ "prettier.printWidth" : 1024 ,
7
+ "prettier.tabWidth" : 4 ,
8
+ "files.associations" : {
9
+ "*.css" : " postcss"
10
+ }
11
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "files.associations" : {
3
- "*.css" : " postcss"
4
- },
5
2
"workbench.colorCustomizations" : {
6
3
"tab.activeBackground" : " #65952acc"
4
+ },
5
+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
6
+ "prettier.printWidth" : 1024 ,
7
+ "prettier.tabWidth" : 4 ,
8
+ "files.associations" : {
9
+ "*.css" : " postcss"
7
10
}
8
11
}
Original file line number Diff line number Diff line change 1
- import React from "react"
1
+ import React from "react" ;
2
2
import { GuiStateProvider } from "./001_GuiStateProvider" ;
3
3
import { Dialogs } from "./900_Dialogs" ;
4
4
import { ModelSlotControl } from "./b00_ModelSlotControl" ;
@@ -13,5 +13,5 @@ export const Demo = () => {
13
13
< ModelSlotControl > </ ModelSlotControl >
14
14
</ div >
15
15
</ GuiStateProvider >
16
- )
17
- }
16
+ ) ;
17
+ } ;
Original file line number Diff line number Diff line change 1
1
{
2
- "workbench.colorCustomizations" : {
3
- "tab.activeBackground" : " #65952acc"
4
- },
5
- "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
6
- "prettier.printWidth" : 1024 ,
7
- "prettier.tabWidth" : 4
2
+ "workbench.colorCustomizations" : {
3
+ "tab.activeBackground" : " #65952acc"
4
+ },
5
+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
6
+ "prettier.printWidth" : 1024 ,
7
+ "prettier.tabWidth" : 4 ,
8
+ "files.associations" : {
9
+ "*.css" : " postcss"
10
+ }
8
11
}
You can’t perform that action at this time.
0 commit comments