mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tools: Add VSCode setup (fixes #3906)
Add tooling to set up a Visual Studio Code development environment for CEF. See script output for usage. Run: python3 tools/setup_vscode.py
This commit is contained in:
@ -38,7 +38,7 @@ def write_file(path, data, overwrite=True, quiet=True):
|
||||
return False
|
||||
|
||||
if not quiet:
|
||||
print('Writing file %s' % path)
|
||||
print('Writing %s file.' % path)
|
||||
|
||||
try:
|
||||
with open(path, 'w', encoding='utf-8', newline='\n') as f:
|
||||
|
Reference in New Issue
Block a user