Bump version to 1.6.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
4ba9706e35
commit
59cfd0e2f5
+4
-4
@@ -13,15 +13,15 @@ pub mod completion;
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
pub mod find_references_view;
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
pub mod rename;
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
pub mod signature_help;
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
pub mod language_server_extension;
|
||||
#[cfg_attr(not(target_family = "wasm"), path = "local_code_editor.rs")]
|
||||
#[cfg_attr(target_family = "wasm", path = "local_code_editor_wasm.rs")]
|
||||
pub mod local_code_editor;
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
pub mod rename;
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
pub mod signature_help;
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
pub use local_code_editor::ShowFindReferencesCard;
|
||||
pub mod diff_viewer;
|
||||
pub mod editor;
|
||||
|
||||
Reference in New Issue
Block a user