Skip to content

Commit

Permalink
Update bufbuild extension option
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Mar 29, 2024
1 parent 309229c commit fa3a24d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins:
out: src/api/proto
opt:
- target=ts
- import_extension=none
- plugin: buf.build/connectrpc/es:v1.1.3
out: src/api/proto
opt:
Expand Down
2 changes: 1 addition & 1 deletion src/api/proto/exa/codeium_common_pb/codeium_common_pb.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Exafunction, Inc.

// @generated by protoc-gen-es v1.4.2 with parameter "target=ts,import_extension=none"
// @generated by protoc-gen-es v1.4.2 with parameter "target=ts"
// @generated from file exa/codeium_common_pb/codeium_common.proto (package exa.codeium_common_pb, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
4 changes: 2 additions & 2 deletions src/api/proto/exa/language_server_pb/language_server_pb.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Copyright Exafunction, Inc.

// @generated by protoc-gen-es v1.4.2 with parameter "target=ts,import_extension=none"
// @generated by protoc-gen-es v1.4.2 with parameter "target=ts"
// @generated from file exa/language_server_pb/language_server.proto (package exa.language_server_pb, syntax proto3)
/* eslint-disable */
// @ts-nocheck

import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
import { Message, proto3, protoInt64 } from "@bufbuild/protobuf";
import { Completion, CompletionSource, EditorOptions, ExperimentKey, Language, Metadata } from "../codeium_common_pb/codeium_common_pb";
import { Completion, CompletionSource, EditorOptions, ExperimentKey, Language, Metadata } from "../codeium_common_pb/codeium_common_pb.js";

/**
* @generated from enum exa.language_server_pb.CodeiumState
Expand Down

0 comments on commit fa3a24d

Please sign in to comment.