-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various and sundry getting started mods
- Loading branch information
Showing
21 changed files
with
730 additions
and
440 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
[submodule "json"] | ||
path = json | ||
url = git@github.com:pedro-w/json.git | ||
branch = updates-for-lsp | ||
[submodule "vscode-dylan"] | ||
path = vscode-dylan | ||
url = git@github.com:pedro-w/vscode-dylan.git | ||
[submodule "ext/json"] | ||
path = ext/json | ||
url = git@github.com:dylan-lang/json | ||
[submodule "ext/workspaces"] | ||
path = ext/workspaces | ||
url = git@github.com:cgay/workspaces | ||
[submodule "ext/uncommon-dylan"] | ||
path = ext/uncommon-dylan | ||
url = git@github.com:cgay/uncommon-dylan | ||
[submodule "ext/pacman"] | ||
path = ext/pacman | ||
url = git@github.com:cgay/pacman | ||
[submodule "ext/command-line-parser"] | ||
path = ext/command-line-parser | ||
url = git@github.com:dylan-lang/command-line-parser |
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,5 +1,5 @@ | ||
#!/bin/sh | ||
|
||
export OPEN_DYLAN_USER_REGISTRIES=/Users/peterhull/registry/ | ||
export OPEN_DYLAN_RELEASE=/opt/local/2020.1pre/ | ||
export OPEN_DYLAN_RELEASE_INSTALL=/opt/local/2020.1pre/ | ||
|
Submodule command-line-parser
added at
014c50
Submodule uncommon-dylan
added at
06eddc
Submodule workspaces
added at
359ef9
Submodule json
deleted from
83fd4e
Oops, something went wrong.