flg

Results 3 issues of flg

I created a C/C++ Intellisense configuration (include paths, compiler path, etc.) under a non-default name. But documentation does not explain how to use this configuration. If I modify the default...

C++

tbb::set_assertion_handler was removed as from release 2021.1. Is there any other way to set an assertion handler? tbb/detail/_assert.h still contains: ``` //! Process an assertion failure. /** Normally called from...

question

Hello, I am experiencing this error using vscode through ssh: ``` command 'highlightwords.addHighlight' not found ``` I'm connected via ssh to a machine where vscode server runs, the extension is...