We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1af36 commit 59aee7cCopy full SHA for 59aee7c
tools/vsc.py
@@ -37,7 +37,7 @@ def GenerateCFiles(env):
37
if not os.path.exists('.vscode'):
38
os.mkdir('.vscode')
39
40
- vsc_file = file('.vscode/c_cpp_properties.json', 'wb')
+ vsc_file = open('.vscode/c_cpp_properties.json', 'w')
41
if vsc_file:
42
info = utils.ProjectInfo(env)
43
0 commit comments