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

visualStudioErrorFormat - Help integrating with Visual Studio - nothing happens #545

Closed
stephen-nba opened this issue May 19, 2017 · 1 comment

Comments

@stephen-nba
Copy link

I have the following config:

test: /\.ts?$/,
                use: [
                    {
                        loader: 'ts-loader',
                        options: {
                            sourceMap: true,
                            visualStudioErrorFormat: true
                        }
                    }]

And I see the following output in the task runner:

ERROR in ./app/shared/apiService.ts
C:\Code\js\app\shared\apiService.ts(29,25): error TS1005: ';' expected.
ERROR in ./app/shared/apiService.ts
C:\Code\js\app\shared\apiService.ts(29,25): error TS7027: Unreachable code detected.
ERROR in ./app/shared/apiService.ts
C:\Code\js\app\shared\apiService.ts(29,21): error TS2339: Property '_ht' does not exist on type 
'ApiService'.
ERROR in ./app/shared/apiService.ts
C:\Code\js\app\shared\apiService.ts(29,25): error TS2304: Cannot find name 'tp'.

But nothing happens in Visual Studio. Should I be expecting that having run webpack in the task runner that these lines in the console are clickable? Or should I expect that these lines appear in the error window automatically and I can click on them there? Neither of those things are happening.

Thanks!

@NN---
Copy link

NN--- commented Aug 13, 2017

There was an issue and a PR: #355 #356 but seems it didn't really solve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants