dzhavat / css-flexbox-cheatsheet

VS Code extension that lets you open a CSS Flexbox cheatsheet directly in the editor.
https://marketplace.visualstudio.com/items?itemName=dzhavat.css-flexbox-cheatsheet
MIT License
101 stars 12 forks source link

Add support for Restricted Mode #36

Open dzhavat opened 3 years ago

dzhavat commented 3 years ago

VS Code v1.57 introduced "Restricted Mode". https://code.visualstudio.com/docs/editor/workspace-trust#_restricted-mode

When activated, the extension gets disabled. To make the extension compatible with Trusted Mode check https://github.com/microsoft/vscode/issues/120251