-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support hybrid WSL and Windows
- Loading branch information
1 parent
78ad1e9
commit 206a118
Showing
7 changed files
with
215 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
using System; | ||
|
||
namespace Wox.Plugin.Devbox.Helpers | ||
namespace Wox.Plugin.Devbox.Helpers | ||
{ | ||
class SettingsModel | ||
{ | ||
public String apiToken { get; set; } | ||
public String gitFolder { get; set; } | ||
public String wslName { get; set; } | ||
public string ApiToken { get; set; } | ||
public string GitFolder { get; set; } | ||
public string WslGitFolder { get; set; } | ||
public string WslDistroName { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.