Code-settings-sync: supportedFileExtensions stopped working

Created on 28 Jun 2019  路  5Comments  路  Source: shanalikhan/code-settings-sync

馃悰 Describe the bug
I have a styles.css file stored in the User directory alongside keybindings.json and settings.json. using supportedFileExtensions: [ 'code-snippets', 'json', 'css' ] this was working brilliantly until recently

馃尨 Visual Studio Code Version : [ 1.35.1 ]
馃尨 Code Settings Sync Version : [ 3.3.1 ]
馃尨 Standard or Insiders : [ standard ]
馃尨 Portable or Installed : [ installed ]
馃尨 OSS or Official Build : [ _here_ ]
馃尨 Operating System : [ macOS 10.14.5 ]
馃尨 Occurs On: [Upload ]
馃尨 Proxy Enabled: [ No ]
馃尨 Gist Id: [ ID_HERE ]

馃摪 To Reproduce
Steps to reproduce the behavior:

  1. add a css file in `/Users//Library/Application Support/Code/User
  2. add "css" to the supportedFileExtensions array in syncLocalSettings.json
  3. Sync Upload
  4. notice "css" file wasn't included in the Upload

馃挭 Expected behavior
Files Uploaded in output should show

extensions.json > extensions.json
keybindings.json > keybindings.json
settings.json > settings.json
styles.css > styles.css

馃摵 Console Error Log
If applicable, add screenshots or paste the console log from developer console of VSCode (Help Menu > Developer Tool - Console Tab).

馃摵 Additional context
Add any other context about the problem here.

bug 馃悰 fixed

Most helpful comment

All 5 comments

that version works!

though the autoUpload seems to have stopped working

nvm, seems to have sorted itself out

v3.4.0 is released and this has been fixed.
Update the extension and let me know if there is any issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

axetroy picture axetroy  路  4Comments

darkvertex picture darkvertex  路  4Comments

larrym picture larrym  路  4Comments

dagrooms52 picture dagrooms52  路  3Comments

UTexas80 picture UTexas80  路  5Comments