mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
add detection for integrated cli, verify
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
mod is_integrated;
|
||||
|
||||
pub mod command;
|
||||
pub mod errors;
|
||||
pub mod http;
|
||||
@@ -11,6 +13,7 @@ pub mod io;
|
||||
pub mod machine;
|
||||
pub mod prereqs;
|
||||
pub mod sync;
|
||||
pub use is_integrated::*;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
pub mod tar;
|
||||
|
||||
Reference in New Issue
Block a user