File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -311,6 +311,9 @@ export async function activate(context: ExtensionContext): Promise<void> {
311311
312312        return ; 
313313      } 
314+       void  window . showInformationMessage ( 
315+         "Zephyr Toolchain setup done. You can now build your project." 
316+       ) ; 
314317
315318      await  commands . executeCommand ( 
316319        "setContext" , 
Original file line number Diff line number Diff line change 11export  const  WINDOWS_X86_PYTHON_DOWNLOAD_URL  = 
2-   "https://www.python.org/ftp/python/3.12.6 /python-3.12.6 -embed-amd64.zip" ; 
2+   "https://www.python.org/ftp/python/3.13.7 /python-3.13.7 -embed-amd64.zip" ; 
33export  const  WINDOWS_ARM64_PYTHON_DOWNLOAD_URL  = 
4-   "https://www.python.org/ftp/python/3.12.6 /python-3.12.6 -embed-arm64.zip" ; 
5- export  const  CURRENT_PYTHON_VERSION  =  "3.12.6 " ; 
4+   "https://www.python.org/ftp/python/3.13.7 /python-3.13.7 -embed-arm64.zip" ; 
5+ export  const  CURRENT_PYTHON_VERSION  =  "3.13.7 " ; 
66
77export  const  CURRENT_DATA_VERSION  =  "0.18.0" ; 
88export  const  OPENOCD_VERSION  =  "0.12.0+dev" ; 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments