添加ftm选项 未实现
This commit is contained in:
@@ -15,7 +15,7 @@ import time
|
||||
'''
|
||||
|
||||
# 定义配置文件路径
|
||||
_vscode_cfg_path=os.path.normpath(os.path.abspath('.')+'/../../../.vscode/c_cpp_properties.json')
|
||||
_vscode_cfg_path=os.path.normpath(os.path.abspath(os.path.split(sys.argv[0])[0])+'/../../../.vscode/c_cpp_properties.json')
|
||||
|
||||
# 定义编译日志路径
|
||||
_build_log_path='build_log.log'
|
||||
|
Reference in New Issue
Block a user