Skip to content
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

Add to Path & Context Menu Integration no longer work in current insiders #53438

Closed
MeikTranel opened this issue Jul 2, 2018 · 19 comments
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug candidate Issue identified as probable candidate for fixing in the next release install-update VS Code installation and upgrade system issues verified Verification succeeded windows VS Code on Windows issues
Milestone

Comments

@MeikTranel
Copy link

Issue Type: Bug

When installing insiders fresh, while enabling Add To Path and context menu integration, none of those features work.
Doing the same on the current regular release of code works perfectly fine.

I tried using different kinds of accounts (admin, local admin, domain admin) but none of them worked. The entries are just not registered to registry.

VS Code version: Code - Insiders 1.25.0-insider (07d89ab, 2018-06-28T05:19:16.448Z)
OS version: Windows_NT x64 10.0.17134

System Info
Item Value
CPUs Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz (4 x 3504)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: disabled_software
video_decode: enabled
video_encode: enabled
vpx_decode: enabled
webgl: enabled
webgl2: enabled
Memory (System) 15.89GB (9.78GB free)
Process Argv C:\Program Files\Microsoft VS Code Insiders\Code - Insiders.exe
Screen Reader no
VM 0%
Extensions (14)
Extension Author (truncated) Version
path-intellisense chr 1.4.2
vscode-markdownlint Dav 0.18.0
docs-article-templates doc 0.1.2
docs-authoring-pack doc 0.1.1
docs-markdown doc 0.1.1
docs-preview doc 0.3.12
gitlens eam 8.4.1
beautify Hoo 1.3.2
csharp ms- 1.15.2
vscode-docker Pet 0.0.27
vscode-yaml red 0.0.13
vscode-icons rob 7.24.0
code-spell-checker str 1.6.10
msbuild-project-tools tin 0.2.39
@vscodebot
Copy link

vscodebot bot commented Jul 2, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@vscodebot vscodebot bot added the terminal Integrated terminal issues label Jul 2, 2018
@MeikTranel
Copy link
Author

the recommended duplicate does not cover my issue. also hi @Tyriar 😄
You might wanna flag this "update-install" ;)

@Tyriar Tyriar added install-update VS Code installation and upgrade system issues windows VS Code on Windows issues and removed terminal Integrated terminal issues labels Jul 2, 2018
@Tyriar Tyriar assigned joaomoreno and unassigned Tyriar Jul 2, 2018
@joaomoreno
Copy link
Member

Can you show me your PATH variable after the installation?

@joaomoreno joaomoreno added the info-needed Issue requires more information from poster label Jul 3, 2018
@MeikTranel
Copy link
Author

MeikTranel commented Jul 3, 2018

$env:Path
--> "C:\Program Files (x86)\Embarcadero\Studio\17.0\bin;
C:\Users\Public\Documents\Embarcadero\Studio\17.0\Bpl;
C:\Program Files (x86)\Embarcadero\Studio\17.0\bin64;
C:\Users\Public\Documents\Embarcadero\Studio\17.0\Bpl\Win64;
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;
C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;
C:\Windows\System32\WindowsPowerShell\v1.0\;
C:\Windows\System32\OpenSSH\;
C:\Program Files\Intel\WiFi\bin\;
C:\Program Files\Common Files\Intel\WirelessCommon\;
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;
C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;
C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;
C:\ProgramData\chocolatey\bin;
C:\Program Files\Git\cmd;
C:\Program Files\Git LFS;
C:\Program Files\dotnet\;
C:\Program Files (x86)\GitExtensions\;
C:\Program Files\Java\jdk1.8.0_172\bin;
C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;
C:\Program Files\OpenSSH-Win64;
C:\tools\cmdermini;;
C:\Program Files\Microsoft VS Code\bin

After getting a new machine i always start with Code Insiders. May it be that the double semicolon before the last line is result of this?

@joaomoreno
Copy link
Member

joaomoreno commented Jul 3, 2018

Just confirmed the issue, great catch, thanks for filing!

@joaomoreno joaomoreno added bug Issue identified by VS Code Team member as probable bug and removed info-needed Issue requires more information from poster labels Jul 3, 2018
@joaomoreno joaomoreno added this to the June 2018 milestone Jul 3, 2018
@joaomoreno joaomoreno added the candidate Issue identified as probable candidate for fixing in the next release label Jul 3, 2018
joaomoreno added a commit that referenced this issue Jul 3, 2018
@MeikTranel
Copy link
Author

MeikTranel commented Jul 3, 2018

Just to confirm that this isn't one of my installers weirding out 😄
the bug is that current VSCode-Insiders write an empty string into path right? (thus the double semicolon) ?

@joaomoreno
Copy link
Member

joaomoreno commented Jul 3, 2018

No, I believe the double semicolon comes from something else in your system. We were writing on a completely wrong registry key. ecda8b7

@MeikTranel
Copy link
Author

Well.. damn. need to check that then 😄

I just reinstall to get this, right?

@joaomoreno
Copy link
Member

@sandy081 sandy081 added the verified Verification succeeded label Jul 3, 2018
@MeikTranel
Copy link
Author

Used your installer, still didnt work? Where is the Entry for Open With Code Insiders supposed to be in registry`?

@MeikTranel
Copy link
Author

@joaomoreno i just checked the commit hash. Your commit is the head of the installer you linked. The fix still didnt work for me.

@joaomoreno
Copy link
Member

joaomoreno commented Jul 4, 2018

@MeikTranel I think you are right, so many thanks for your insistence! The PATH is fixed, but not the context menu stuff.

@joaomoreno joaomoreno reopened this Jul 4, 2018
joaomoreno added a commit that referenced this issue Jul 4, 2018
@joaomoreno
Copy link
Member

I'll send you a new build to try out

@MeikTranel
Copy link
Author

Yeah i just checked the path is cool (thank god for code-insiders .)

@MeikTranel
Copy link
Author

Does the Insider-Preview Download link on the VS/MS page always link the latest build after CI is done with it?

@joaomoreno
Copy link
Member

@MeikTranel Yes, except in stabilisation week (right now).

@MeikTranel
Copy link
Author

MeikTranel commented Jul 4, 2018

Well, nice 😄

Because you are working on a release*** branch and not on the master?

@joaomoreno
Copy link
Member

@MeikTranel
Copy link
Author

MeikTranel commented Jul 4, 2018

image
Well this is better 🥂

This time PATH works too ;)

@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug candidate Issue identified as probable candidate for fixing in the next release install-update VS Code installation and upgrade system issues verified Verification succeeded windows VS Code on Windows issues
Projects
None yet
Development

No branches or pull requests

4 participants