visual studio code - How can I get "Go to Next Error or Warning" to work, or get my errors to show up in "PROBLEMS" tab? -


this more of 2 part question need find 1 of answers fix problem.

the first question want ask how can "go next error or warning" keybind work when i'm in built in terminal mode? have .bat file builds .cpp file, , when run .bat file built in terminal , there syntax errors present, terminal displays errors. can ctrl-click on error , take me line in .cpp file, can not keybind (default f8) work , take me error. f8 in terminal mode repeats last command given. i've tried changing keybind ctrl-r, prints out "^r" in terminal mode. there way keybind work in terminal mode?

my second question involves "problems" tab (ctrl-shift-m default). have researched, "go next error or warning" keybind take first problem listed in problems tab, can't problems tab show errors. know there errors in .cpp file trying compile, because when run build.bat file, shows me errors in terminal window, same errors not show in problems tab. there way fix , problems tab show me same errors show when run build.bat file?

i'm running visual studio code version 1.15.1, shell 1.6.6, node 7.4.0 x64 if helps.

thank help.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -