mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Update to unreleased version of uncss in order to update to postcss@8.2.15 (fixes #2452)
This commit is contained in:
parent
84f5017333
commit
3a7c892f01
3 changed files with 193 additions and 209 deletions
|
|
@ -50,7 +50,7 @@ var editor = monaco.editor.create(document.getElementById("container"), {
|
|||
});
|
||||
|
||||
// Explanation:
|
||||
// Press F1 (Alt-F1 in Edge) => the action will appear and run if it is enabled
|
||||
// Press F1 => the action will appear and run if it is enabled
|
||||
// Press Ctrl-F10 => the action will run if it is enabled
|
||||
// Press Chord Ctrl-K, Ctrl-M => the action will run if it is enabled
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue