We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8b640 commit dfeb476Copy full SHA for dfeb476
recipes/crypto-create-credentials/src/workflow.ts
@@ -193,6 +193,7 @@ function handleDestructuredImport(
193
if (!currentState.added) {
194
const newEdit = {
195
startPos: statement.range().end.index,
196
+ // appending, so use `end` for both
197
endPos: statement.range().end.index,
198
insertedText: `${os.EOL}${newImportStatement}`,
199
};
0 commit comments