diff --git a/README.md b/README.md index 8ec2026..3c417c0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # vscode-theme-generator ⚠️ **This is a preview that leverages the [upcoming VS Code theming options](https://github.com/Microsoft/vscode/issues/3112)** ⚠️
-⚠️ **You will need to regenerate your theme when VS Code 1.12 is released and the API finalized** ⚠️ +⚠️ **The VS Code team as asked to [avoid publishing themes using the new format until it's finalized](http://code.visualstudio.com/updates/v1_11#_preview-workbench-theming)** ⚠️ **The Problem** @@ -78,3 +78,7 @@ npm run dev ``` Then in VS Code press F5 to build demo and launch the debugger with the generated themes available to switch to. + +## Publishing + +The official guidance from the team is to [avoid publishing until the theme format is finalized](http://code.visualstudio.com/updates/v1_11#_preview-workbench-theming). The reason for this is because the format might change so much that the theme breaks.