MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / GenerateVSCode

Function GenerateVSCode

tools/targets/vsc.py:325–332  ·  view source on GitHub ↗
(env)

Source from the content-addressed store, hash-verified

323 return
324
325def GenerateVSCode(env):
326 print('Update setting files for VSCode...')
327
328 GenerateProjectFiles(env)
329 GenerateCFiles(env)
330 print('Done!')
331
332 return
333
334import os
335

Callers 1

GenTargetProjectFunction · 0.90

Calls 2

GenerateProjectFilesFunction · 0.85
GenerateCFilesFunction · 0.70

Tested by

no test coverage detected