We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4273ec0 commit bc97b0bCopy full SHA for bc97b0b
src/features/creators/newPackageProject.ts
@@ -140,8 +140,8 @@ export class NewPackageProject implements PythonProjectCreator {
140
'copilot-instructions-text',
141
'package-copilot-instructions.md',
142
);
143
- await manageCopilotInstructionsFile(destRoot, packageName, [
144
- { searchValue: '<package_name>', replaceValue: packageInstructionsPath },
+ await manageCopilotInstructionsFile(destRoot, packageInstructionsPath, [
+ { searchValue: '<package_name>', replaceValue: packageName },
145
]);
146
}
147
0 commit comments