Skip to content

Commit ac47595

Browse files
authored
Merge pull request #56 from nikomatsakis/publish-symposium-crates
Migrate to sacp v3, improve VSCode integration, prepare for binary distribution
2 parents bbe2192 + 4abf65d commit ac47595

File tree

28 files changed

+400
-444
lines changed

28 files changed

+400
-444
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ jobs:
9898
- name: Install ACP tools
9999
run: |
100100
cargo install --force elizacp
101-
cargo install --force sacp-conductor
102-
cargo install --force --path src/symposium-acp-proxy
101+
cargo install --force --path src/symposium-acp-agent
103102
104103
- name: Setup Node.js
105104
uses: actions/setup-node@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ yarn-error.log*
4343

4444
# Editor files
4545
.vscode/settings.json
46+
!vscode-extension/test-workspace/.vscode/settings.json
4647
.idea/
4748
*.swp
4849
*.swo

0 commit comments

Comments
 (0)