Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
thororen1234 2025-02-12 15:43:10 -05:00
commit 67bacaf855
No known key found for this signature in database
20 changed files with 775 additions and 715 deletions

View file

@ -43,7 +43,7 @@
{
"resources": [
"dist/*",
"third-party/*"
"vendor/*"
],
"matches": [
"*://*.discord.com/*"
@ -59,4 +59,4 @@
}
]
}
}
}

View file

@ -15,7 +15,7 @@ declare global {
const getTheme: () => string;
}
const BASE = "/dist/monaco/vs";
const BASE = "/vendor/monaco/vs";
self.MonacoEnvironment = {
getWorkerUrl(_moduleId: unknown, label: string) {

View file

@ -126,4 +126,4 @@
</script>
</body>
</html>
</html>