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

Dev Mode on VS2017 does not work #14928

Closed
saschanaz opened this issue Mar 30, 2017 · 1 comment
Closed

Dev Mode on VS2017 does not work #14928

saschanaz opened this issue Mar 30, 2017 · 1 comment
Labels
Question An issue which isn't directly actionable in code

Comments

@saschanaz
Copy link
Contributor

saschanaz commented Mar 30, 2017

The Dev Mode document says "Dev Mode does not currently work with Dev15 Preview 5", does the same applies to VS2017 stable? EnableDevMode does not show script files when attaching to VS2017 process so I cannot debug. It seems CustemTypeScriptServicesFileLocation also does not work.

I used Computer\HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\15.0\TypeScriptLanguageService directory.

@billti
Copy link
Member

billti commented Mar 30, 2017

The language service no longer runs either inside Visual Studio, or inside the chakra engine, so the old method of script debugging no longer works.

You can still set a custom tsserver.js location to use. See #14529 (comment) .

@billti billti closed this as completed Mar 30, 2017
@RyanCavanaugh RyanCavanaugh added the Question An issue which isn't directly actionable in code label Apr 3, 2017
@microsoft microsoft locked and limited conversation to collaborators Jun 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Question An issue which isn't directly actionable in code
Projects
None yet
Development

No branches or pull requests

3 participants