mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
fix
This commit is contained in:
parent
9673e974ea
commit
2ae29a50e5
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* Void Editor additions licensed under the AGPL 3.0 License.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import { isMacintosh } from '../../../../base/common/platform';
|
||||
import { isMacintosh } from '../../../../base/common/platform.js';
|
||||
|
||||
// import { OperatingSystem, OS } from '../../../../base/common/platform.js';
|
||||
// OS === OperatingSystem.Macintosh
|
||||
|
|
|
|||
Loading…
Reference in a new issue