Skip to content

Commit

Permalink
Fix playground code action
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila committed Oct 5, 2023
1 parent a1509df commit 390b42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/Editor/SourceEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function SourceEditor({
edits: check.fix.edits.map((edit) => ({
resource: model.uri,
versionId: model.getVersionId(),
edit: {
textEdit: {
range: {
startLineNumber: edit.location.row,
startColumn: edit.location.column,
Expand Down

0 comments on commit 390b42e

Please sign in to comment.