Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Work around vscode not treating .C files as C++#3536

Merged
Colengms merged 4 commits into
mastermicrosoft/vscode-cpptools:masterfrom
coleng/treatCAsCppmicrosoft/vscode-cpptools:coleng/treatCAsCppCopy head branch name to clipboard
Apr 26, 2019
Merged

Work around vscode not treating .C files as C++#3536
Colengms merged 4 commits into
mastermicrosoft/vscode-cpptools:masterfrom
coleng/treatCAsCppmicrosoft/vscode-cpptools:coleng/treatCAsCppCopy head branch name to clipboard

Conversation

@Colengms

Copy link
Copy Markdown
Contributor

".C" is associated with C++ by GNU, and Intel.

https://www.gnu.org/software/make/manual/html_node/Catalogue-of-Rules.html
http://www.physics.udel.edu/~bnikolic/QTTG/shared/docs/intel_c_user_and_reference_guide.pdf

This works around the issue by adding file associations for any encountered .C file, by name.

This addresses part of: #2558

Comment thread Extension/src/LanguageServer/protocolFilter.ts Outdated
@Colengms Colengms merged commit aa6873b into master Apr 26, 2019
@Colengms Colengms deleted the coleng/treatCAsCpp branch April 26, 2019 00:53
@bobbrow

bobbrow commented Aug 13, 2019

Copy link
Copy Markdown
Member

Also addresses #1989

@github-actions github-actions Bot locked and limited conversation to collaborators Oct 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.