Skip to content

Commit b3275f6

Browse files
authored
Update COBOL Programming with VSCode.md
1 parent 67e8a12 commit b3275f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COBOL Programming with VSCode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ For the rest of this chapter we will use the CBL001.cobol sample program to demo
201201

202202
### 2.2.1 Known file extensions
203203

204-
For VSCode to use the capabilities of the IBM Z Open Editor, it needs to know the that file we are editing is in fact COBOL type. VSCode accomplishes this by comparing the location and name of the file being opened against a list of known extensions to map the file to a known language. For COBOL the following associations are used:
204+
For VSCode to use the capabilities of the IBM Z Open Editor, it needs to know that the file we are editing is in fact COBOL type. VSCode accomplishes this by comparing the location and name of the file being opened against a list of known extensions to map the file to a known language. For COBOL the following associations are used:
205205

206206
- \*.COBOL\*
207207

0 commit comments

Comments
 (0)