当前位置:网站首页>Vs code configuration problem
Vs code configuration problem
2022-07-02 08:09:00 【Villanelle#】
1. Terminal Chinese garbled problem
Search in settings encoding Change the encoding format of the new file to GBK that will do .
2.exe Files running around
In the current folder setting.json Add the following code to the file , The path can be modified as required .
"code-runner.executorMap": {
"c": "cd $dir && gcc $fileName -o E:/VSCodeExercises/exe/$fileNameWithoutExt && E:/VSCodeExercises/exe/$fileNameWithoutExt",
"cpp": "cd $dir && g++ $fileName -o E:/VSCodeExercises/exe/$fileNameWithoutExt && E:/VSCodeExercises/exe/$fileNameWithoutExt"
}
边栏推荐
- SQL操作数据库语法
- Open3d learning note 3 [sampling and voxelization]
- Data reverse attack under federated learning -- gradinversion
- [learning notes] matlab self compiled image convolution function
- Global and Chinese markets for conventional rubber track 2022-2028: Research Report on technology, participants, trends, market size and share
- Graph Pooling 简析
- 最长等比子序列
- 图像增强的几个方法以及Matlab代码
- Command line is too long
- Go functions make, slice, append
猜你喜欢
随机推荐
王-课外单词
学习写文章格式
w10升级至W11系统,黑屏但鼠标与桌面快捷方式能用,如何解决
解决jetson nano安装onnx错误(ERROR: Failed building wheel for onnx)总结
Global and Chinese markets for magnetic resonance imaging (MRI) transmission 2022-2028: Research Report on technology, participants, trends, market size and share
C#与MySQL数据库连接
WCF更新服务引用报错的原因之一
11月24号,我们为“满月”庆祝
Several methods of image enhancement and matlab code
针对语义分割的真实世界的对抗样本攻击
C语言的库函数
Open3d learning note 5 [rgbd fusion]
AR system summary harvest
MySQL optimization
【学习笔记】Matlab自编图像卷积函数
AR系统总结收获
Meta Learning 简述
Hystrix dashboard cannot find hystrix Stream solution
It's great to save 10000 pictures of girls
Find and rfind methods in string






![Open3d learning notes 1 [first glimpse, file reading]](/img/68/68ea87817dbf788591216a32c9375b.png)

