mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 10:14:22 +01:00
Release v0.3.105
This commit is contained in:
@@ -593,6 +593,11 @@ export type Config = {
|
|||||||
formatter?: {
|
formatter?: {
|
||||||
[key: string]: {
|
[key: string]: {
|
||||||
disabled?: boolean;
|
disabled?: boolean;
|
||||||
|
command?: Array<string>;
|
||||||
|
environment?: {
|
||||||
|
[key: string]: string;
|
||||||
|
};
|
||||||
|
extensions?: Array<string>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user