File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.6.3 - 2025/23/05 - Bugfixs
4+
5+ ### Fixs
6+
7+ - Log instead of crash if a file is not in cache anymore as it can happen in some normal situations where chache is invalidated
8+ - Fix various borrow errors on 'go to definition' feature
9+ - Fix various crashes when hovering some part of the code
10+ - Provide PDB alongside exe on windows to get better tracebacks.
11+
312## 0.6.2 - 2025/28/04 - Bugfixs
413
514### Fixs
Original file line number Diff line number Diff line change 11[package ]
22name = " odoo_ls_server"
3- version = " 0.6.2 "
3+ version = " 0.6.3 "
44edition = " 2021"
55authors = [" Odoo" ]
66readme = " ../README.md"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use core::fmt;
44use byteyarn:: { yarn, Yarn } ;
55
66pub const EXTENSION_NAME : & str = "Odoo" ;
7- pub const EXTENSION_VERSION : & str = "0.6.2 " ;
7+ pub const EXTENSION_VERSION : & str = "0.6.3 " ;
88
99pub const DEBUG_ODOO_BUILDER : bool = false ;
1010pub const DEBUG_MEMORY : bool = false ;
Original file line number Diff line number Diff line change 22 "name" : " odoo" ,
33 "displayName" : " Odoo" ,
44 "description" : " Language Server for Odoo projects" ,
5- "version" : " 0.6.2 " ,
5+ "version" : " 0.6.3 " ,
66 "publisher" : " Odoo" ,
77 "repository" : {
88 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments