File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Before use it make sure you've installed all **dependencies** required for this
31
31
- Debug/Run unit/snapshot tests. Support running single/multiple tests for a class/target/set of classes
32
32
- Support code coverage
33
33
- Run an application on multiple simulator with a single command
34
- - Support project/workspace and iOS Package.swift
34
+ - Support project/workspace
35
35
- Support launch configuration for app
36
36
- Support diff snapshots testing
37
37
- Add/Delete/Rename/Move files/folders inside vscode
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ pyinstaller --onefile src/XCBBuildServiceProxy/XCBBuildService.py
11
11
npm run compile
12
12
vsce package
13
13
14
- code --install-extension vscode-ios-0.1.1 .vsix
14
+ code --install-extension vscode-ios-0.2.0 .vsix
Original file line number Diff line number Diff line change 42
42
" test" ,
43
43
" coverage"
44
44
],
45
- "version" : " 0.1.1 " ,
45
+ "version" : " 0.2.0 " ,
46
46
"os" : [
47
47
" darwin"
48
48
],
You can’t perform that action at this time.
0 commit comments