Skip to content

Commit e12d91f

Browse files
author
Sander
committed
fixes meson vscode extension errors
1 parent 158a212 commit e12d91f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"editor.formatOnSave": true,
3-
"gitlens.blame.compact": false
3+
"gitlens.blame.compact": false,
4+
"mesonbuild.configureOptions": []
45
}

meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ project('meson_test', 'cpp',
22
version : '0.0.1',
33
default_options : ['warning_level=3',
44
'b_coverage=true',
5+
'layout=mirror',
56
'cpp_std=c++14'])
67

78
# === dependencies ===

0 commit comments

Comments
 (0)