소스 검색

Merge pull request #9171 from Globostofo/master

Patched a minor typo in visual_studio_code.rst
Matthew 1 년 전
부모
커밋
adf3c32ec3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contributing/development/configuring_an_ide/visual_studio_code.rst

+ 1 - 1
contributing/development/configuring_an_ide/visual_studio_code.rst

@@ -154,7 +154,7 @@ To run and debug the project you need to create a new configuration in the ``lau
 
 The name under ``program`` depends on your build configuration,
 e.g. ``godot.linuxbsd.editor.dev.x86_64`` for 64-bit LinuxBSD platform with
-``platform=editor`` and ``dev_build=yes``.
+``target=editor`` and ``dev_build=yes``.
 
 Configuring Intellisense
 ------------------------