Skip to content

Commit

Permalink
Fix hilarious typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DaelonSuzuka committed Oct 12, 2023
1 parent f487dde commit a51e066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings_updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const OLD_SETTINGS_CONVERSIONS = [
["godot_tools.reconnect_attempts", "godotTools.lsp.autoReconnect.attempts"],
["godot_tools.force_visible_collision_shapes", "godotTools.forceVisibleCollisionShapes"],
["godot_tools.force_visible_nav_mesh", "godotTools.forceVisibleNavMesh"],
["godot_tools.native_symbol_placement", "godotTooPtabls.nativeSymbolPlacement"],
["godot_tools.native_symbol_placement", "godotTools.nativeSymbolPlacement"],
["godot_tools.scenePreview.previewRelatedScenes", "godotTools.scenePreview.previewRelatedScenes"]
];

Expand Down

0 comments on commit a51e066

Please sign in to comment.