简体   繁体   中英

Is there a way to get Visual Studio code to recognize the .upc file format?

Is there a way to get Visual Studio code to recognize the .upc file format? .UPC is "Unified Parallel C"

Found the answer:

https://code.visualstudio.com/docs/languages/overview

Changing the language for the selected file

In VS Code, we default the language support for a file based on its filename extension. However, at times you may wish to change language modes, to do this click on the language indicator - which is located on the right hand of the Status Bar. This will bring up the Select Language Mode drop-down where you can select another language for the current file.

Tip : You can get the same drop-down by running the Change Language Mode command ( Ctrl + K M ).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM