MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / writeFlutterSdkSettingIntoProject

Function writeFlutterSdkSettingIntoProject

src/shared/utils/projects.ts:16–18  ·  view source on GitHub ↗
(flutterSdkPath: string, projectFolder: string)

Source from the content-addressed store, hash-verified

14}
15
16export function writeFlutterSdkSettingIntoProject(flutterSdkPath: string, projectFolder: string): void {
17 writeSettingIntoProject(projectFolder, { "dart.flutterSdkPath": flutterSdkPath });
18}
19
20function writeSettingIntoProject(projectFolder: string, settings: any): void {
21 const vsCodeFolder = path.join(projectFolder, ".vscode");

Calls 1

writeSettingIntoProjectFunction · 0.85

Tested by

no test coverage detected