mirror of
https://github.com/thomasjwebb/thomasjwebb.git
synced 2025-12-19 11:19:51 +00:00
13 lines
241 B
Markdown
13 lines
241 B
Markdown
|
|
---
|
||
|
|
layout: post
|
||
|
|
title: "Using lix and openfl in vscode"
|
||
|
|
date: 2020-05-28 08:02:57 -0700
|
||
|
|
categories: haxe lix lime openfl vscode
|
||
|
|
---
|
||
|
|
Put this in the project's `.vscode/settings.json`:
|
||
|
|
|
||
|
|
```json
|
||
|
|
{
|
||
|
|
"lime.executable": "lix run lime"
|
||
|
|
}
|
||
|
|
```
|