-
-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable extension update messages #641
Comments
Oh. |
@shanalikhan pretty much, yeah. But you could put the release notes link into the notification that pops up, otherwise this just super disrupts my workflow with auto updates enabled, you are coding on something and suddenly your browser steals focus with a pop up :) |
* chore(package): update tslint-plugin-prettier to version 2.0.0 * Updated: German translation * #641 * Add support for VSCodium * Corrected the message to be displayed * Add Japanese translation file * be able to upload additional file * be able to download additional files * create new advanced setting to add Customized Sync file * fix typo eslint => eslintrc * Add Import Custom File to workspace option * unify display message: Custom Sync File * Test Directory * =Adding HostName property. Get hostname using 'os.hostname()' * =Need definition for supported OS's. Using strict match regex to get @sync pragmas. Should it support multiple spaces? Replacing settings.json content before writing file. Should be better removing lines instead of add comments? Replacing settings.json before upload to remove @sync ignore pragms. * Added English message for OSNotSupported message while processing uploading content * mocha and chai packages added as dev dependencies. Test script not working while compiling. * Moving pragma functions to a separated file * Added Pragma util static class. Support for host, env and os values in every orther. Remove whitespaces before upload. Alert user if OS value is not a valid OS. * Added hostName property to CustomSettings * Tests files added. Estructure test per feature. * Added some documentation. hostName property on custom config. * uncomment lines function. Uncomment all @sync settings before upload. Only insert comments if it doesn't match with matchine os or host or env. Uncomment line before write if it matched. * Do replace ments one time per setting pragma. Test uncoment function. More redeable settings json for testing. * Add SUPPORTED_OS and osTypeFromString to environmentPath.ts as requested. Get OS from OsType enum. Remove os.hostName() * Check valid JSON before writting file. All the comments and trilling commas are removed. Must check this. If not valid OS is detected inform user. Added function to remove comments from text. * Chatch exception during upload. Should it abort upload? * Adding VS Code tests in typescript. Run test changing launch mode to "Launch Test". Remove javascript files. * Environment - treat non-OSS instalations on Linux as XDG * Improvements #628 , #629 * minor grammatical fixes * add fileService.test.ts * Version Change * #331 * #513 * Add webpack bundling (#676) * Update issue templates * add webpack bundling for faster startup * no conflicts * Revert "Add webpack bundling (#676)" (#679) This reverts commit e68a243. * Gist Object changed * Update package.json * v3.2 change log
This is maddening @shanalikhan, makes me want to disable it when it pops a browser window up every 30mins 😄 |
Yeah same, also I seem to get the browser window open when OTHER extensions update sometimes, super weird. |
That could be why it's so annoying - must be hooking into a generic event. |
Every 30 minutes, can you share the screen shot which extension is showing dialog in every 30mins? |
It's not necessarily every 30 minutes but it does pop up multiple times per day. Not sure how I'd diagnose which extension is proccing it. |
Okay, when you get dialog, post the screen shot here so i will see. |
My bad, may be Settings Sync is throwing it. |
It pops that up when I open a new editor, sometimes. Then it opens the browser window. I've looked at that file, write permissions are fine. |
The message and the image you have posted and different to what original issue is. Can you post the file content when you get this message. |
{
"ignoreUploadFiles": [
"projects.json",
"projects_cache_git.json"
],
"ignoreUploadFolders": [
"workspaceStorage"
],
"ignoreExtensions": [],
"replaceCodeSettings": {},
"gistDescription": "Visual Studio Code Settings Sync Gist",
"version": 322,
"token": "<snip>",
"downloadPublicGist": false,
"supportedFileExtensions": [
"json",
"code-snippets"
],
"openTokenLink": true,
"disableUpdateMessage": false,
"lastUpload": "2018-11-28T00:09:16.218Z",
"lastDownload": "2018-11-27T06:57:23.209Z",
"githubEnterpriseUrl": null,
"askGistName": false,
"customFiles": {},
"hostName": null,
"useCliBaseInstallation": true
} |
Haha when I restart vscode it opens a browser with for every single editor I have open with that same tab. This is ridiculous man XD. It doesn't show that syncSettings .json error popup though, it seems intermittent. |
There is similar issue opened, #706 , and users have auto upload or download on ? If you have either on them enabled - Turn them off and restart code and let me know if it helps. |
I have auto upload and download enabled, yea |
I think that it would be more supportable if instead of opening a page in the browser, it would just open a page in vscode. Most extensions do that for news/updates information. For example: https://github.com/alefragnani/vscode-project-manager |
It looks like the original feature intent was added with |
Yes, i will setup a page in the future updates. |
|
🐛 Describe the bug
Even though quiet sync is enabled, it still pops up a browser window with the changelog after every option
🌴 Visual Studio Code Version: [ 1.27.1 ]
🌴 Code Settings Sync Version: [ 3.1.2 ]
🌴 Operating System : [ Windows 10 1803 ]
🌴 Occurs On: [ Updating the extension ]
🌴 Proxy Enabled: [ No ]
🌴 Gist Id: [ ID_HERE ]
📰 To Reproduce
Steps to reproduce the behavior:
💪 Expected behavior
A clear and concise description of what you expected to happen.
📺 Console Error Log
If applicable, add screenshots or paste the console log from developer console of VSCode.
📺 Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: