Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
All necessary code to run prompts in the LSP for claude. Most things are
hard-coded at the moment but it works. Also all error-handling is a
crime or non-existent. But it works on my machine (tm).
  • Loading branch information
PatWie committed Jul 30, 2024
0 parents commit a617a43
Show file tree
Hide file tree
Showing 20 changed files with 3,791 additions and 0 deletions.
Binary file added .github/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Rust

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
Loading

0 comments on commit a617a43

Please sign in to comment.