You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are currently two known bugs in the config API that affect this extension:
Light to dark theme flickering Settings getting cleared when updating them using API #47763
During the import process the settings might be reverted to an empty object for an instant. This leads to a flickering from a light theme to the default dark theme and back. Additionally, the 'screen-reader optimized' message box might be visible for an instant.
To reproduce select editor.matchBrackets as the only setting to import.
Use the Import Sublime Text Settings command again and notice that the editor.matchBrackets setting is still visible in the multi-picker
Test
A prompt is shown when the user starts VS Code with the extension for the very first time. Test that the prompt is not shown in any other case.
Import settings from Sublime Text using the command Import Sublime Text Settings
The importer tries to find your sublime settings folder on startup
3.1 Verify that your settings folder is correctly detected.
The default locations are:
OS X: ~/Library/Application Support/Sublime Text 3/Packages/User/Preferences.sublime-settings
Windows: %APPDATA%\Sublime Text 3\Packages\User\Preferences.sublime-settings
Linux: ~/.config/sublime-text-3/Packages/User/Preferences.sublime-settings
3.2 Move your sublime settings file to a different folder. You should be asked to browse to the settings file manually.
4. There exist mappings for the following Sublime Text settings. Pick some and put them into your Sublime Settings file. Verify that they are imported and mapped to valid VS Code settings.
Check the handling of settings that already exist in your VS Code user settings:
5.1 Settings which have the same value as the existing one should not show up in the quickpick
5.2 Settings with a different value should show up in the quickpick but are not selected by default
The text was updated successfully, but these errors were encountered:
Test for #45984
Complexity: 3
Authors: @tsalinger, @sandy081
Note: Please file issues in this repository: https://github.com/Microsoft/vscode-sublime-keybindings
Prerequisite
.zip
to.vsix
and Install.Known bugs in config API
There are currently two known bugs in the config API that affect this extension:
During the import process the settings might be reverted to an empty object for an instant. This leads to a flickering from a light theme to the default dark theme and back. Additionally, the 'screen-reader optimized' message box might be visible for an instant.
editor.matchBrackets
as the only setting to import.Import Sublime Text Settings
command again and notice that theeditor.matchBrackets
setting is still visible in the multi-pickerTest
Import Sublime Text Settings
3.1 Verify that your settings folder is correctly detected.
The default locations are:
3.2 Move your sublime settings file to a different folder. You should be asked to browse to the settings file manually.
4. There exist mappings for the following Sublime Text settings. Pick some and put them into your Sublime Settings file. Verify that they are imported and mapped to valid VS Code settings.
5.1 Settings which have the same value as the existing one should not show up in the quickpick
5.2 Settings with a different value should show up in the quickpick but are not selected by default
The text was updated successfully, but these errors were encountered: