feat: add UMass Amherst theme support, implement HTML snippet management system, and update page rendering logic
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"prettier.singleQuote": true,
|
||||
"prettier.trailingComma": "all"
|
||||
}
|
||||
Vendored
+2
-1
@@ -9,5 +9,6 @@
|
||||
"default": true
|
||||
}
|
||||
],
|
||||
"java.configuration.updateBuildConfiguration": "interactive"
|
||||
"java.configuration.updateBuildConfiguration": "interactive",
|
||||
"remote.autoForwardPortsFallback": 0
|
||||
}
|
||||
Reference in New Issue
Block a user