-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.help wantedCan be fixed in the public (open source) repo.Can be fixed in the public (open source) repo.insidersCurrently only repros with our latest Insiders release.Currently only repros with our latest Insiders release.
Milestone
Description
Type: General
Describe the bug
- OS and Version: Linux x64 5.1.15.a-1-hardened
- VS Code Version: Code - Insiders 1.36.0-insider (c089daa, 2019-06-07T05:15:26.964Z)
- C/C++ Extension Version: 0.23.1
- Other extensions you installed (and if the issue persists after disabling them): Unrelated
- A clear and concise description of what the bug is. VSIX Files Adding To /tmp Each Hour VSCode is Open. vscode#76911
Everything has already been mentioned there. The short of it is that once a project is opened that uses this extension, a vsix file is created in /tmp every 1 hour, and the file is NEVER deleted.
To Reproduce
Steps to reproduce the behavior:
- Open any project that uses this extension.
- Monitor the /tmp folder for created vsix files over time.
- Close VSCode
- Note /tmp still has replicating vsix files.
Expected behavior
Don't automatically download vsix files when update is set to manual.
Clean up vsix files.
Screenshots
Not needed.
Additional context
I set the extension log verbosity to Debug and saw nothing related to vsix updates.
Make sure to look at the linked issue at vscode for details. We can continue from here if it is related to this extension and not a vscode issue.
Log (Main):
[2019-07-12 16:38:24.212] [main] [info] update#setState idle
[2019-07-12 16:38:24.213] [main] [info] update#ctor - manual checks only; automatic updates are disabled by user preference
$ ls -lat /tmp/*.vsix
-rw------- 1 <uid> <gid> 19283261 Jul 12 17:42 /tmp/tmp-10323wGcOCsJMxKxG.vsix
-rw------- 1 <uid> <gid> 19283261 Jul 12 16:41 /tmp/tmp-10323LYATa11ywpfA.vsix
plwalsh
Metadata
Metadata
Assignees
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.help wantedCan be fixed in the public (open source) repo.Can be fixed in the public (open source) repo.insidersCurrently only repros with our latest Insiders release.Currently only repros with our latest Insiders release.