[RegistryPreview] Adopt Monaco Editor (#35122)

This commit is contained in:
Davide Giacometti
2024-10-24 21:55:51 +02:00
committed by GitHub
parent b0be69a1b7
commit f9127b63a5
135 changed files with 456 additions and 133 deletions

View File

@@ -0,0 +1,3 @@
export const customTokenColors = [
{token: 'custom-gitignore.negation', foreground: 'c00ce0'}
];