Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
def
GenerateVSCode(env):
326
print(
'Update setting files for VSCode...'
)
327
328
GenerateProjectFiles(env)
329
GenerateCFiles(env)
330
print(
'Done!'
)
331
332
return
333
334
import
os
335
Callers
1
GenTargetProject
Function · 0.90
Calls
2
GenerateProjectFiles
Function · 0.85
GenerateCFiles
Function · 0.70
Tested by
no test coverage detected