mirror of
https://github.com/sst/opencode.git
synced 2025-08-31 02:07:24 +00:00
add initial lsp support
This commit is contained in:
parent
afd9ad0560
commit
cfdd687216
47 changed files with 13996 additions and 456 deletions
6
main.go
6
main.go
|
@ -1,6 +1,3 @@
|
|||
/*
|
||||
Copyright © 2025 NAME HERE <EMAIL ADDRESS>
|
||||
*/
|
||||
package main
|
||||
|
||||
import (
|
||||
|
@ -11,7 +8,8 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
// Create a log file and make that the log output
|
||||
// Create a log file and make that the log output DEBUG
|
||||
// TODO: remove this on release
|
||||
logfile, err := os.OpenFile("debug.log", os.O_CREATE|os.O_WRONLY|os.O_APPEND, 0o666)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue